Database PostgreSQL Basics Cheat Sheet by 7kokcmax71 December 23, 2024 1. Connecting to PostgreSQL Start PostgreSQL Service sudo systemctl start postgresql Access PostgreSQL Shell psql -U postgres -U – Specifies the user (default is postgres) Exit psql: \q Connect to … Read more