Answers for "access postgres terminal"

2

open postgres in terminal

sudo -i -u postgres psql
Posted by: Guest on June-10-2021
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

Browse Popular Code Answers by Language