#include "catalog/genbki.h"

Go to the source code of this file.
Defines | |
| #define | AttrDefaultRelationId 2604 |
| #define | Natts_pg_attrdef 4 |
| #define | Anum_pg_attrdef_adrelid 1 |
| #define | Anum_pg_attrdef_adnum 2 |
| #define | Anum_pg_attrdef_adbin 3 |
| #define | Anum_pg_attrdef_adsrc 4 |
Typedefs | |
| typedef FormData_pg_attrdef * | Form_pg_attrdef |
Functions | |
| CATALOG (pg_attrdef, 2604) | |
Variables | |
| FormData_pg_attrdef | |
| #define Anum_pg_attrdef_adbin 3 |
Definition at line 56 of file pg_attrdef.h.
Referenced by AttrDefaultFetch(), and StoreAttrDefault().
| #define Anum_pg_attrdef_adnum 2 |
Definition at line 55 of file pg_attrdef.h.
Referenced by RemoveAttrDefault(), and StoreAttrDefault().
| #define Anum_pg_attrdef_adrelid 1 |
Definition at line 54 of file pg_attrdef.h.
Referenced by AttrDefaultFetch(), RemoveAttrDefault(), and StoreAttrDefault().
| #define Anum_pg_attrdef_adsrc 4 |
Definition at line 57 of file pg_attrdef.h.
Referenced by StoreAttrDefault().
| #define AttrDefaultRelationId 2604 |
Definition at line 29 of file pg_attrdef.h.
Referenced by AttrDefaultFetch(), getObjectClass(), getObjectDescription(), getObjectIdentity(), RemoveAttrDefault(), RemoveAttrDefaultById(), and StoreAttrDefault().
| #define Natts_pg_attrdef 4 |
Definition at line 53 of file pg_attrdef.h.
| typedef FormData_pg_attrdef* Form_pg_attrdef |
Definition at line 47 of file pg_attrdef.h.
| CATALOG | ( | pg_attrdef | , | |
| 2604 | ||||
| ) |
Definition at line 31 of file pg_attrdef.h.
{
Oid adrelid; /* OID of table containing attribute */
int16 adnum; /* attnum of attribute */
#ifdef CATALOG_VARLEN /* variable-length fields start here */
pg_node_tree adbin; /* nodeToString representation of default */
text adsrc; /* human-readable representation of default */
#endif
} FormData_pg_attrdef;
Definition at line 40 of file pg_attrdef.h.
1.7.1