Category: Database

PgAdmin for PostgreSQL Database

# # Setup the repository # # Install the public key for the repository (if not done previously): sudo curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add # Create the repository configuration…

PostgreSQL: Documentation: 13: psql

psql psql — PostgreSQL interactive terminal Synopsis psql [option…] [dbname [username]] Description psql is a terminal-based front-end to PostgreSQL. It enables you to type in queries interactively, issue them to PostgreSQL, and see the query results. Alternatively, input…