19 #ifndef PG_TABLESPACE_H
20 #define PG_TABLESPACE_H
29 #define TableSpaceRelationId 1213
54 #define Natts_pg_tablespace 4
55 #define Anum_pg_tablespace_spcname 1
56 #define Anum_pg_tablespace_spcowner 2
57 #define Anum_pg_tablespace_spcacl 3
58 #define Anum_pg_tablespace_spcoptions 4
60 DATA(insert OID = 1663 ( pg_default PGUID _null_ _null_ ));
61 DATA(insert OID = 1664 ( pg_global PGUID _null_ _null_ ));
63 #define DEFAULTTABLESPACE_OID 1663
64 #define GLOBALTABLESPACE_OID 1664
#define BKI_SHARED_RELATION
CATALOG(pg_tablespace, 1213) BKI_SHARED_RELATION
FormData_pg_tablespace * Form_pg_tablespace
DATA(insert OID=1663(pg_default PGUID _null_ _null_))