Skip to content

Instantly share code, notes, and snippets.

@mmontalvo
Created August 9, 2012 11:42
Show Gist options
  • Save mmontalvo/3303494 to your computer and use it in GitHub Desktop.
Save mmontalvo/3303494 to your computer and use it in GitHub Desktop.
Postgres initial conf
$ sudo su postgres -c psql template1
template1=# ALTER USER postgres with PASSWORD 'password';
template1=# \q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment