#include "catalog/genbki.h"
#include "catalog/pg_description_d.h"
Go to the source code of this file.
|
| CATALOG (pg_description, 2609, DescriptionRelationId) |
|
| DECLARE_TOAST (pg_description, 2834, 2835) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_description_o_c_o_index, 2675, DescriptionObjIndexId, pg_description, btree(objoid oid_ops, classoid oid_ops, objsubid int4_ops)) |
|
| DECLARE_FOREIGN_KEY ((classoid), pg_class,(oid)) |
|
◆ Form_pg_description
◆ CATALOG()
CATALOG |
( |
pg_description |
, |
|
|
2609 |
, |
|
|
DescriptionRelationId |
|
|
) |
| |
◆ DECLARE_FOREIGN_KEY()
DECLARE_FOREIGN_KEY |
( |
(classoid) |
, |
|
|
pg_class |
, |
|
|
(oid) |
|
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_description |
, |
|
|
2834 |
, |
|
|
2835 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_description_o_c_o_index |
, |
|
|
2675 |
, |
|
|
DescriptionObjIndexId |
, |
|
|
pg_description |
, |
|
|
btree(objoid oid_ops, classoid oid_ops, objsubid int4_ops) |
|
|
) |
| |
◆ FormData_pg_description