Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo -u postgres # Launch the following command as the user postgres.
psql             # Launch the postgres shell.
postrespostgres          # This is a reference to the name Name of the database to load (not the user).
Info

Sometimes the last parameter is not used. This is short-hand. If no database name is specified, psql will try to load the database matching the user name.

 

Here is what it looks like once you are in,

...