pg_shdescription.h File Reference
Include dependency graph for pg_shdescription.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
DECLARE_UNIQUE_INDEX_PKEY (pg_shdescription_o_c_index, 2397, SharedDescriptionObjIndexId, pg_shdescription, btree(objoid oid_ops, classoid oid_ops))
Typedef Documentation
◆ Form_pg_shdescription
Function Documentation
◆ CATALOG()
CATALOG
(
pg_shdescription
,
2396
,
SharedDescriptionRelationId
)
Definition at line 41 of file pg_shdescription.h.
42{
43 Oid objoid;
/* OID of object itself */
44 Oid classoid;
/* OID of table containing object */
45
46#ifdef CATALOG_VARLEN /* variable-length fields start here */
48#endif
#define BKI_FORCE_NOT_NULL
FormData_pg_shdescription
References BKI_FORCE_NOT_NULL, and description.
◆ DECLARE_FOREIGN_KEY()
DECLARE_FOREIGN_KEY
(
(classoid)
,
pg_class
,
(oid)
)
◆ DECLARE_TOAST_WITH_MACRO()
DECLARE_TOAST_WITH_MACRO
(
pg_shdescription
,
2846
,
2847
,
PgShdescriptionToastTable
,
PgShdescriptionToastIndex
)
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY
(
pg_shdescription_o_c_index
,
2397
,
SharedDescriptionObjIndexId
,
pg_shdescription
,
btree(objoid oid_ops, classoid oid_ops)
)
Variable Documentation
◆ FormData_pg_shdescription
FormData_pg_shdescription