Category: PostgreSQL
-
PostgreSQL DBA Handbook
How to connect with PostgreSQL- sudo -i -u postgres Grant the necessary privileges for the new user to connect to yourdatabase: Grant connect on database exampledb to user name; Grant usage on schema public to user name; How to Connect with PSQL Shell- Psql How to select version of PostgreSQL and Current Date- Select Version…