Login Into Postgresql Through Terminal

[Solved] Login Into Postgresql Through Terminal | Ruby - Code Explorer | yomemimo.com
Question : login into postgresql through terminal

Answered by : yawar-sultan

 sudo -u postgres psql

Source : | Last Update : Fri, 24 Jun 22

Question : login postgres

Answered by : kennedy-tatah

psql -U postgres -h localhost

Source : | Last Update : Mon, 25 Jul 22

Question : login as user postgres

Answered by : classy-answer

# Default user is postgres with no password
# To change user use:
sudo -u myUserName

Source : | Last Update : Fri, 18 Mar 22

Answers related to login into postgresql through terminal

Code Explorer Popular Question For Ruby