Answers for "how to change user for postgresql linux"

10

alter user password postgres

ALTER USER user_name WITH PASSWORD 'new_password';
Posted by: Guest on March-12-2021
1

postgresql change user role grant

=# ALTER USER librarian WITH SUPERUSER;
ALTER ROLE
Posted by: Guest on July-22-2020

Code answers related to "how to change user for postgresql linux"

Browse Popular Code Answers by Language