1 | /*------------------------------------------------------------------------- |
2 | * |
3 | * pg_authid_d.h |
4 | * Macro definitions for pg_authid |
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_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_oid 1 |
25 | #define Anum_pg_authid_rolname 2 |
26 | #define Anum_pg_authid_rolsuper 3 |
27 | #define Anum_pg_authid_rolinherit 4 |
28 | #define Anum_pg_authid_rolcreaterole 5 |
29 | #define Anum_pg_authid_rolcreatedb 6 |
30 | #define Anum_pg_authid_rolcanlogin 7 |
31 | #define Anum_pg_authid_rolreplication 8 |
32 | #define Anum_pg_authid_rolbypassrls 9 |
33 | #define Anum_pg_authid_rolconnlimit 10 |
34 | #define Anum_pg_authid_rolpassword 11 |
35 | #define Anum_pg_authid_rolvaliduntil 12 |
36 | |
37 | #define Natts_pg_authid 12 |
38 | |
39 | #define BOOTSTRAP_SUPERUSERID 10 |
40 | #define DEFAULT_ROLE_MONITOR 3373 |
41 | #define DEFAULT_ROLE_READ_ALL_SETTINGS 3374 |
42 | #define DEFAULT_ROLE_READ_ALL_STATS 3375 |
43 | #define DEFAULT_ROLE_STAT_SCAN_TABLES 3377 |
44 | #define DEFAULT_ROLE_READ_SERVER_FILES 4569 |
45 | #define DEFAULT_ROLE_WRITE_SERVER_FILES 4570 |
46 | #define DEFAULT_ROLE_EXECUTE_SERVER_PROGRAM 4571 |
47 | #define DEFAULT_ROLE_SIGNAL_BACKENDID 4200 |
48 | |
49 | #endif /* PG_AUTHID_D_H */ |
50 | |