Header And Logo

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

Defines | Typedefs | Functions | Variables

pg_shdescription.h File Reference

#include "catalog/genbki.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.

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_shdescriptionForm_pg_shdescription

Functions

 CATALOG (pg_shdescription, 2396) BKI_SHARED_RELATION BKI_WITHOUT_OIDS

Variables

 FormData_pg_shdescription

Define Documentation

#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().


Typedef Documentation

Definition at line 56 of file pg_shdescription.h.


Function Documentation

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;


Variable Documentation

Definition at line 49 of file pg_shdescription.h.