Constant catalog::system_schema::pg_catalog::OID_COLUMN_NAME

source ยท
const OID_COLUMN_NAME: &str = "oid";
Expand description

The column name for the OID column. The OID column is a unique identifier of type u32 for each object in the database.