minor bugfix

This commit is contained in:
dodger 2022-05-09 18:12:54 +02:00
parent 3d8b1bd3d9
commit 6b86f3f111
Signed by: dodger
GPG Key ID: F6701F6CB4D1C826

View File

@ -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