#include "catalog/genbki.h"
Go to the source code of this file.
Defines | |
#define | SharedDescriptionRelationId 2396 |
#define | Natts_pg_shdescription 3 |
#define | Anum_pg_shdescription_objoid 1 |
#define | Anum_pg_shdescription_classoid 2 |
#define | Anum_pg_shdescription_description 3 |
Typedefs | |
typedef FormData_pg_shdescription * | Form_pg_shdescription |
Functions | |
CATALOG (pg_shdescription, 2396) BKI_SHARED_RELATION BKI_WITHOUT_OIDS | |
Variables | |
FormData_pg_shdescription |
#define Anum_pg_shdescription_classoid 2 |
Definition at line 64 of file pg_shdescription.h.
Referenced by CreateSharedComments(), and DeleteSharedComments().
#define Anum_pg_shdescription_description 3 |
Definition at line 65 of file pg_shdescription.h.
Referenced by CreateSharedComments().
#define Anum_pg_shdescription_objoid 1 |
Definition at line 63 of file pg_shdescription.h.
Referenced by CreateSharedComments(), and DeleteSharedComments().
#define Natts_pg_shdescription 3 |
Definition at line 62 of file pg_shdescription.h.
#define SharedDescriptionRelationId 2396 |
Definition at line 39 of file pg_shdescription.h.
Referenced by CreateSharedComments(), DeleteSharedComments(), and IsSharedRelation().
Definition at line 56 of file pg_shdescription.h.
CATALOG | ( | pg_shdescription | , | |
2396 | ||||
) |
Definition at line 41 of file pg_shdescription.h.
{ Oid objoid; /* OID of object itself */ Oid classoid; /* OID of table containing object */ #ifdef CATALOG_VARLEN /* variable-length fields start here */ text description; /* description of object */ #endif } FormData_pg_shdescription;
Definition at line 49 of file pg_shdescription.h.