Page tree

Versions Compared

Key

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

...

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

Note that this changes the account inside of postgres, not the operating system account postgres. Finally exit the postgres shell,

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,

...