1/*-------------------------------------------------------------------------
2 *
3 * pg_database_d.h
4 * Macro definitions for pg_database
5 *
6 * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 * NOTES
10 * ******************************
11 * *** DO NOT EDIT THIS FILE! ***
12 * ******************************
13 *
14 * It has been GENERATED by src/backend/catalog/genbki.pl
15 *
16 *-------------------------------------------------------------------------
17 */
18#ifndef PG_DATABASE_D_H
19#define PG_DATABASE_D_H
20
21#define DatabaseRelationId 1262
22#define DatabaseRelation_Rowtype_Id 1248
23
24#define Anum_pg_database_oid 1
25#define Anum_pg_database_datname 2
26#define Anum_pg_database_datdba 3
27#define Anum_pg_database_encoding 4
28#define Anum_pg_database_datcollate 5
29#define Anum_pg_database_datctype 6
30#define Anum_pg_database_datistemplate 7
31#define Anum_pg_database_datallowconn 8
32#define Anum_pg_database_datconnlimit 9
33#define Anum_pg_database_datlastsysoid 10
34#define Anum_pg_database_datfrozenxid 11
35#define Anum_pg_database_datminmxid 12
36#define Anum_pg_database_dattablespace 13
37#define Anum_pg_database_datacl 14
38
39#define Natts_pg_database 14
40
41#define TemplateDbOid 1
42
43#endif /* PG_DATABASE_D_H */
44