Answers for "psql -u postgres on window"

2

open postgres in terminal

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

postgres setup windows

DOWNLOAD FROM HERE : https://www.postgresql.org/download/windows/
Posted by: Guest on March-16-2021
1

how to open postgresql in windows

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

Browse Popular Code Answers by Language