#include "catalog/genbki.h"
#include "catalog/pg_shdescription_d.h"
Go to the source code of this file.
|
| CATALOG (pg_shdescription, 2396, SharedDescriptionRelationId) BKI_SHARED_RELATION |
|
| DECLARE_TOAST_WITH_MACRO (pg_shdescription, 2846, 2847, PgShdescriptionToastTable, PgShdescriptionToastIndex) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_shdescription_o_c_index, 2397, SharedDescriptionObjIndexId, pg_shdescription, btree(objoid oid_ops, classoid oid_ops)) |
|
| DECLARE_FOREIGN_KEY ((classoid), pg_class,(oid)) |
|
◆ Form_pg_shdescription
◆ CATALOG()
CATALOG |
( |
pg_shdescription |
, |
|
|
2396 |
, |
|
|
SharedDescriptionRelationId |
|
|
) |
| |
◆ 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) |
|
|
) |
| |
◆ FormData_pg_shdescription
FormData_pg_shdescription |