-
Client Side Tools of postgresql.
Linux environment login procedure
- Login postgres
- psql dbname
psql slash commands
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
Reference:
Postgresql Official Site