Answers for "open your postgres database on terminal windows"

2

open postgres in terminal

sudo -i -u postgres psql
Posted by: Guest on June-10-2021
1

how to open postgresql in windows

pg_ctl.exe restart -D "<path upto data>"
Posted by: Guest on February-21-2021

Code answers related to "open your postgres database on terminal windows"

Browse Popular Code Answers by Language