@ -49,7 +49,6 @@ CATALOG(pg_authid,1260) BKI_SHARED_RELATION BKI_ROWTYPE_OID(2842) BKI_SCHEMA_MAC
bool rolinherit ; /* inherit privileges from other roles? */
bool rolcreaterole ; /* allowed to create more roles? */
bool rolcreatedb ; /* allowed to create databases? */
bool rolcatupdate ; /* allowed to alter catalogs manually? */
bool rolcanlogin ; /* allowed to log in as session user? */
bool rolreplication ; /* role used for streaming replication */
bool rolbypassrls ; /* allowed to bypass row level security? */
@ -76,19 +75,18 @@ typedef FormData_pg_authid *Form_pg_authid;
* compiler constants for pg_authid
* - - - - - - - - - - - - - - - -
*/
# define Natts_pg_authid 12
# define Natts_pg_authid 11
# define Anum_pg_authid_rolname 1
# define Anum_pg_authid_rolsuper 2
# define Anum_pg_authid_rolinherit 3
# define Anum_pg_authid_rolcreaterole 4
# define Anum_pg_authid_rolcreatedb 5
# define Anum_pg_authid_rolcatupdate 6
# define Anum_pg_authid_rolcanlogin 7
# define Anum_pg_authid_rolreplication 8
# define Anum_pg_authid_rolbypassrls 9
# define Anum_pg_authid_rolconnlimit 10
# define Anum_pg_authid_rolpassword 11
# define Anum_pg_authid_rolvaliduntil 12
# define Anum_pg_authid_rolcanlogin 6
# define Anum_pg_authid_rolreplication 7
# define Anum_pg_authid_rolbypassrls 8
# define Anum_pg_authid_rolconnlimit 9
# define Anum_pg_authid_rolpassword 10
# define Anum_pg_authid_rolvaliduntil 11
/* ----------------
* initial contents of pg_authid
@ -97,7 +95,7 @@ typedef FormData_pg_authid *Form_pg_authid;
* user choices .
* - - - - - - - - - - - - - - - -
*/
DATA ( insert OID = 10 ( " POSTGRES " t t t t t t t t - 1 _null_ _null_ ) ) ;
DATA ( insert OID = 10 ( " POSTGRES " t t t t t t t - 1 _null_ _null_ ) ) ;
# define BOOTSTRAP_SUPERUSERID 10