#include "catalog/genbki.h"
#include "catalog/pg_shdepend_d.h"
Go to the source code of this file.
|
| CATALOG (pg_shdepend, 1214, SharedDependRelationId) BKI_SHARED_RELATION |
|
| DECLARE_INDEX (pg_shdepend_depender_index, 1232, SharedDependDependerIndexId, pg_shdepend, btree(dbid oid_ops, classid oid_ops, objid oid_ops, objsubid int4_ops)) |
|
| DECLARE_INDEX (pg_shdepend_reference_index, 1233, SharedDependReferenceIndexId, pg_shdepend, btree(refclassid oid_ops, refobjid oid_ops)) |
|
◆ Form_pg_shdepend
◆ CATALOG()
CATALOG |
( |
pg_shdepend |
, |
|
|
1214 |
, |
|
|
SharedDependRelationId |
|
|
) |
| |
Definition at line 38 of file pg_shdepend.h.
39{
40
41
42
43
44
46
48
51
52
53
54
55
56
58
60
61
62
63
64
65 char deptype;
#define BKI_LOOKUP(catalog)
#define BKI_LOOKUP_OPT(catalog)
References BKI_LOOKUP, and BKI_LOOKUP_OPT.
◆ DECLARE_INDEX() [1/2]
DECLARE_INDEX |
( |
pg_shdepend_depender_index |
, |
|
|
1232 |
, |
|
|
SharedDependDependerIndexId |
, |
|
|
pg_shdepend |
, |
|
|
btree(dbid oid_ops, classid oid_ops, objid oid_ops, objsubid int4_ops) |
|
|
) |
| |
◆ DECLARE_INDEX() [2/2]
DECLARE_INDEX |
( |
pg_shdepend_reference_index |
, |
|
|
1233 |
, |
|
|
SharedDependReferenceIndexId |
, |
|
|
pg_shdepend |
, |
|
|
btree(refclassid oid_ops, refobjid oid_ops) |
|
|
) |
| |
◆ FormData_pg_shdepend