catalog::system_schema::pg_catalog

Constant 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.