Header And Logo

PostgreSQL
| The world's most advanced open source database.

Defines | Typedefs | Functions | Variables

pg_inherits.h File Reference

#include "catalog/genbki.h"
Include dependency graph for pg_inherits.h:
This graph shows which files directly or indirectly include this file:

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_inheritsForm_pg_inherits

Functions

 CATALOG (pg_inherits, 2611) BKI_WITHOUT_OIDS

Variables

 FormData_pg_inherits

Define Documentation

#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
#define Anum_pg_inherits_inhseqno   3

Definition at line 52 of file pg_inherits.h.

Referenced by StoreCatalogInheritance1().

#define InheritsRelationId   2611
#define Natts_pg_inherits   3

Definition at line 49 of file pg_inherits.h.


Typedef Documentation

Definition at line 43 of file pg_inherits.h.


Function Documentation

CATALOG ( pg_inherits  ,
2611   
)

Definition at line 31 of file pg_inherits.h.

{
    Oid         inhrelid;
    Oid         inhparent;
    int32       inhseqno;
} FormData_pg_inherits;


Variable Documentation

Definition at line 36 of file pg_inherits.h.