0
Q:

grant all privileges database postgres to user

GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA schema_name TO username;
4
GRANT ALL PRIVILEGES ON dbname TO username;
0
GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA schema_name TO username;
1

New to Communities?

Join the community