PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pg_shdescription.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_shdescription_d.h"
Include dependency graph for pg_shdescription.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef FormData_pg_shdescriptionForm_pg_shdescription
 

Functions

 CATALOG (pg_shdescription, 2396, SharedDescriptionRelationId) BKI_SHARED_RELATION
 
 DECLARE_TOAST_WITH_MACRO (pg_shdescription, 2846, 2847, PgShdescriptionToastTable, PgShdescriptionToastIndex)
 
 DECLARE_UNIQUE_INDEX_PKEY (pg_shdescription_o_c_index, 2397, SharedDescriptionObjIndexId, pg_shdescription, btree(objoid oid_ops, classoid oid_ops))
 
 DECLARE_FOREIGN_KEY ((classoid), pg_class,(oid))
 

Variables

 FormData_pg_shdescription
 

Typedef Documentation

◆ Form_pg_shdescription

Function Documentation

◆ CATALOG()

CATALOG ( pg_shdescription  ,
2396  ,
SharedDescriptionRelationId   
)

Definition at line 41 of file pg_shdescription.h.

42{
43 Oid objoid; /* OID of object itself */
44 Oid classoid; /* OID of table containing object */
45
46#ifdef CATALOG_VARLEN /* variable-length fields start here */
47 text description BKI_FORCE_NOT_NULL; /* description of object */
48#endif
#define BKI_FORCE_NOT_NULL
Definition: genbki.h:33
FormData_pg_shdescription
unsigned int Oid
Definition: postgres_ext.h:32
Definition: c.h:658
const char * description

References BKI_FORCE_NOT_NULL, and description.

◆ DECLARE_FOREIGN_KEY()

DECLARE_FOREIGN_KEY ( (classoid)  ,
pg_class  ,
(oid)   
)

◆ DECLARE_TOAST_WITH_MACRO()

DECLARE_TOAST_WITH_MACRO ( pg_shdescription  ,
2846  ,
2847  ,
PgShdescriptionToastTable  ,
PgShdescriptionToastIndex   
)

◆ DECLARE_UNIQUE_INDEX_PKEY()

DECLARE_UNIQUE_INDEX_PKEY ( pg_shdescription_o_c_index  ,
2397  ,
SharedDescriptionObjIndexId  ,
pg_shdescription  ,
btree(objoid oid_ops, classoid oid_ops)   
)

Variable Documentation

◆ FormData_pg_shdescription

FormData_pg_shdescription

Definition at line 49 of file pg_shdescription.h.