PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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.

Functions

BEGIN_CATALOG_STRUCT 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

END_CATALOG_STRUCT typedef FormData_pg_shdescriptionForm_pg_shdescription
 
 FormData_pg_shdescription
 

Function Documentation

◆ CATALOG()

Definition at line 43 of file pg_shdescription.h.

44{
45 Oid objoid; /* OID of object itself */
46 Oid classoid; /* OID of table containing object */
47
48#ifdef CATALOG_VARLEN /* variable-length fields start here */
49 text description BKI_FORCE_NOT_NULL; /* description of object */
50#endif
#define BKI_FORCE_NOT_NULL
Definition genbki.h:52
FormData_pg_shdescription
unsigned int Oid
Definition c.h:718
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

◆ Form_pg_shdescription

Definition at line 60 of file pg_shdescription.h.

◆ FormData_pg_shdescription

FormData_pg_shdescription

Definition at line 51 of file pg_shdescription.h.