Answers for "PostgreSQL CLI psql install"

1

how to access postgres CLI

# User postgres is default. It then may ask you for password. 
psql -U postgres
Posted by: Guest on January-21-2021
0

install postgresql

sudo snap install postgresql96
Posted by: Guest on April-27-2021

Browse Popular Code Answers by Language