Common PostgreSQL Commands
These are some common PostgreSQL commands for things that I need to remember. Opening session This assumes linux authentication (default for Debian Linux). Run the psql command as the postgres user: Open a database with \c DBNAME: Showing Table Info Use \dt to show table information (same as show tables; […]
Read more