1 /*-------------------------------------------------------------------------
2  *
3  * pg_authid_d.h
4  *    Macro definitions for pg_authid
testKind()5  *
6  * Portions Copyright (c) 1996-2018, 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_AUTHID_D_H
19 #define PG_AUTHID_D_H
20 
21 #define AuthIdRelationId 1260
22 #define AuthIdRelation_Rowtype_Id 2842
23 
24 #define Anum_pg_authid_rolname 1
25 #define Anum_pg_authid_rolsuper 2
26 #define Anum_pg_authid_rolinherit 3
27 #define Anum_pg_authid_rolcreaterole 4
28 #define Anum_pg_authid_rolcreatedb 5
29 #define Anum_pg_authid_rolcanlogin 6
30 #define Anum_pg_authid_rolreplication 7
31 #define Anum_pg_authid_rolbypassrls 8
32 #define Anum_pg_authid_rolconnlimit 9
33 #define Anum_pg_authid_rolpassword 10
34 #define Anum_pg_authid_rolvaliduntil 11
35 
36 #define Natts_pg_authid 11
37 
38 #define BOOTSTRAP_SUPERUSERID 10
39 #define DEFAULT_ROLE_MONITOR 3373
40 #define DEFAULT_ROLE_READ_ALL_SETTINGS 3374
41 #define DEFAULT_ROLE_READ_ALL_STATS 3375
42 #define DEFAULT_ROLE_STAT_SCAN_TABLES 3377
43 #define DEFAULT_ROLE_READ_SERVER_FILES 4569
44 #define DEFAULT_ROLE_WRITE_SERVER_FILES 4570
45 #define DEFAULT_ROLE_EXECUTE_SERVER_PROGRAM 4571
46 #define DEFAULT_ROLE_SIGNAL_BACKENDID 4200
47 
48 #endif							/* PG_AUTHID_D_H */
49