|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BEGIN_CATALOG_STRUCT | CATALOG (pg_largeobject_metadata, 2995, LargeObjectMetadataRelationId) |
| DECLARE_UNIQUE_INDEX_PKEY (pg_largeobject_metadata_oid_index, 2996, LargeObjectMetadataOidIndexId, pg_largeobject_metadata, btree(oid oid_ops)) | |
Variables | |
| END_CATALOG_STRUCT typedef FormData_pg_largeobject_metadata * | Form_pg_largeobject_metadata |
| FormData_pg_largeobject_metadata | |
| BEGIN_CATALOG_STRUCT CATALOG | ( | pg_largeobject_metadata | , |
| 2995 | , | ||
| LargeObjectMetadataRelationId | |||
| ) |
Definition at line 32 of file pg_largeobject_metadata.h.
References BKI_LOOKUP, and fb().
| DECLARE_UNIQUE_INDEX_PKEY | ( | pg_largeobject_metadata_oid_index | , |
| 2996 | , | ||
| LargeObjectMetadataOidIndexId | , | ||
| pg_largeobject_metadata | , | ||
| btree(oid oid_ops) | |||
| ) |
| END_CATALOG_STRUCT typedef FormData_pg_largeobject_metadata* Form_pg_largeobject_metadata |
Definition at line 51 of file pg_largeobject_metadata.h.
Referenced by ExecGrant_Largeobject(), and pg_largeobject_aclmask_snapshot().
| FormData_pg_largeobject_metadata |
Definition at line 42 of file pg_largeobject_metadata.h.