1 . Connect to postgresql
a). First Option
a). Second Option
2 . Exit postgres
3 . List databases
4 . Connect to a database
5 . Create a database
6 . Delete a database
7 . List tables
8 . Describe table
9 . List users and their roles
10 . Show current user
11 . Show connection information
12 . Rename a database
13 . Grant all permissions on database to user
14 . List tables for a schema
15 . Add a comment on a table
16 . Add a comment on a column
17 . Copy table data to CSV file
18 . Execute commands from a file
19 . Connect remote PostgreSQL
20 . Generate HTML report
21 . Print the psql version
22 . Force password
23 . Connect to a host/port
24 . Connect as a specific user
25 . Backup all databases
26 . Backup a database
27 . Restore a database
28 . Import CSV file into table
29 . List table access privileges
30 . Change user password
Thanks for reading, see you in the next one!