Answers for "psql grant access role to user"

7

grant all privileges database postgres to user

GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA schema_name TO username;
Posted by: Guest on May-20-2020
-1

postgresql change user role grant

=# ALTER USER role_specification WITH OPTION1 OPTION2 OPTION3;
Posted by: Guest on July-22-2020

Browse Popular Code Answers by Language