Answers for "change password to postgress user linux cent os"

10

alter user password postgres

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

Code answers related to "change password to postgress user linux cent os"

Browse Popular Code Answers by Language