how to open postgres in windows 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
pg_ctl.exe restart -D ""
pg_ctl.exe restart -D "C:\Program Files\PostgreSQL\9.6\data"
pg_ctl.exe restart -D ""