|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Typedefs | |
| typedef FormData_pg_largeobject_metadata * | Form_pg_largeobject_metadata |
Functions | |
| 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 | |
| FormData_pg_largeobject_metadata | |
Definition at line 47 of file pg_largeobject_metadata.h.
| CATALOG | ( | pg_largeobject_metadata | , |
| 2995 | , | ||
| LargeObjectMetadataRelationId | |||
| ) |
Definition at line 30 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) | |||
| ) |
| FormData_pg_largeobject_metadata |
Definition at line 40 of file pg_largeobject_metadata.h.