Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All commands are prefixed by the the \. So to change the postgres account password,

Code Block
langhtml
postgres=# password postgres
Code Block
languagesql
postgres=# \password postgres

...

Code Block
languagesql
postgres=# \quit
Code Block
langhtml
postgres=# quit

With this change you can now use a client software such as pgAdmin III. Note that be by default, postgres is very secure. As such with this change you will be able to use pgAdmin III in only the following 2 scenarios,

...