#include "catalog/genbki.h"
#include "catalog/pg_depend_d.h"
Go to the source code of this file.
|
| CATALOG (pg_depend, 2608, DependRelationId) |
|
| DECLARE_INDEX (pg_depend_depender_index, 2673, DependDependerIndexId, pg_depend, btree(classid oid_ops, objid oid_ops, objsubid int4_ops)) |
|
| DECLARE_INDEX (pg_depend_reference_index, 2674, DependReferenceIndexId, pg_depend, btree(refclassid oid_ops, refobjid oid_ops, refobjsubid int4_ops)) |
|
◆ Form_pg_depend
◆ CATALOG()
CATALOG |
( |
pg_depend |
, |
|
|
2608 |
, |
|
|
DependRelationId |
|
|
) |
| |
Definition at line 42 of file pg_depend.h.
43{
44
45
46
48
51
52
53
54
56
59
60
61
62
63
64 char deptype;
#define BKI_LOOKUP(catalog)
References BKI_LOOKUP.
◆ DECLARE_INDEX() [1/2]
DECLARE_INDEX |
( |
pg_depend_depender_index |
, |
|
|
2673 |
, |
|
|
DependDependerIndexId |
, |
|
|
pg_depend |
, |
|
|
btree(classid oid_ops, objid oid_ops, objsubid int4_ops) |
|
|
) |
| |
◆ DECLARE_INDEX() [2/2]
DECLARE_INDEX |
( |
pg_depend_reference_index |
, |
|
|
2674 |
, |
|
|
DependReferenceIndexId |
, |
|
|
pg_depend |
, |
|
|
btree(refclassid oid_ops, refobjid oid_ops, refobjsubid int4_ops) |
|
|
) |
| |
◆ FormData_pg_depend