minor bugfix
This commit is contained in:
parent
3d8b1bd3d9
commit
6b86f3f111
@ -6,10 +6,10 @@ create schema dba ;
|
|||||||
create role dba with NOLOGIN NOINHERIT ;
|
create role dba with NOLOGIN NOINHERIT ;
|
||||||
|
|
||||||
-- grants for dba
|
-- grants for dba
|
||||||
GRANT rds_superuser TO dba ;
|
-- GRANT rds_superuser TO dba ;
|
||||||
|
|
||||||
-- grant select on pg_catalog.pg_authid to dba ;
|
-- grant select on pg_catalog.pg_authid to dba ;
|
||||||
grant pg_read_all_stats to dba ;
|
-- grant pg_read_all_stats to dba ;
|
||||||
|
|
||||||
-- password history table
|
-- password history table
|
||||||
CREATE TABLE IF NOT EXISTS dba.pwdhistory
|
CREATE TABLE IF NOT EXISTS dba.pwdhistory
|
||||||
|
Loading…
Reference in New Issue
Block a user