Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

change password postgres pgserver

sudo -u user_name psql db_name
ALTER USER user_name WITH PASSWORD 'new_password';
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #password #postgres #pgserver
ADD COMMENT
Topic
Name
3+1 =