Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarification on launching psql.

...

Code Block
languagebash
sudo -u postgres # RunLaunch the following command as the user postgres.
psql             # The program to launch Launch the postgresql which due to the sudo will launch with the user postgrespostgres shell.
postres          # This is a reference to the name of the database to load (not the user).

...