15 minutes
Participants will be able to:
psql
) and, optionally, a GUI admin apppsql
with no args, it assumes you want to connect as your current user (whoami
command output)psql postgres
to connect as the superusercreate database <YOUR_USERNAME>
\q
to quitpsql
Being a database, Postgres stores most of its settings in itself! So the config file isn’t really useful for us.
Install: https://eggerapps.at/postico/
If you created a DB of your user, it should work out of the box if you specify localhost
to connect.
This is not recommended because it is too advanced and difficult to connect.
Passwords? with the default setup you shouldn’t need a password.