Common Postgresql Сonsole (psql) Сommands

Common Postgresql Сonsole (psql) Сommands

Need a small cheat sheet? Here is the list of common Postgresql console (psql) commands to help you query data from the PostgreSQL database server more quickly and effectively. Connect to a local database: psql -d database -U user -W If you want to connect to a...