Answers for "how to open postgresql in windows"

SQL
2

how to open postgresql in windows

pg_ctl.exe restart -D  "C:\Program Files\PostgreSQL\9.6\data"
Posted by: Guest on February-21-2021
2

how to open postgresql in windows

net start postgresql-9.5
Posted by: Guest on February-21-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 "how to open postgresql in windows"

Code answers related to "SQL"

Browse Popular Code Answers by Language