postgres windows how to open code example
Example 1: how to open postgresql in windows
pg_ctl.exe restart -D "C:\Program Files\PostgreSQL\9.6\data"
Example 2: how to open postgresql in windows
net start postgresql-9.5
pg_ctl.exe restart -D "C:\Program Files\PostgreSQL\9.6\data"
net start postgresql-9.5