#include "catalog/genbki.h"

Go to the source code of this file.
Defines | |
| #define | InheritsRelationId 2611 |
| #define | Natts_pg_inherits 3 |
| #define | Anum_pg_inherits_inhrelid 1 |
| #define | Anum_pg_inherits_inhparent 2 |
| #define | Anum_pg_inherits_inhseqno 3 |
Typedefs | |
| typedef FormData_pg_inherits * | Form_pg_inherits |
Functions | |
| CATALOG (pg_inherits, 2611) BKI_WITHOUT_OIDS | |
Variables | |
| FormData_pg_inherits | |
| #define Anum_pg_inherits_inhparent 2 |
Definition at line 51 of file pg_inherits.h.
Referenced by find_inheritance_children(), and StoreCatalogInheritance1().
| #define Anum_pg_inherits_inhrelid 1 |
Definition at line 50 of file pg_inherits.h.
Referenced by ATExecAddInherit(), ATExecAddOf(), ATExecDropInherit(), RelationRemoveInheritance(), StoreCatalogInheritance1(), and typeInheritsFrom().
| #define Anum_pg_inherits_inhseqno 3 |
Definition at line 52 of file pg_inherits.h.
Referenced by StoreCatalogInheritance1().
| #define InheritsRelationId 2611 |
Definition at line 29 of file pg_inherits.h.
Referenced by ATExecAddInherit(), ATExecAddOf(), ATExecDropInherit(), find_inheritance_children(), RelationRemoveInheritance(), StoreCatalogInheritance(), StoreCatalogInheritance1(), and typeInheritsFrom().
| #define Natts_pg_inherits 3 |
Definition at line 49 of file pg_inherits.h.
| typedef FormData_pg_inherits* Form_pg_inherits |
Definition at line 43 of file pg_inherits.h.
| CATALOG | ( | pg_inherits | , | |
| 2611 | ||||
| ) |
Definition at line 31 of file pg_inherits.h.
{
Oid inhrelid;
Oid inhparent;
int32 inhseqno;
} FormData_pg_inherits;
Definition at line 36 of file pg_inherits.h.
1.7.1