open postgres cli 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
net start postgresql-9.5
Example 3: how to open postgresql in windows
pg_ctl.exe restart -D "<path upto data>"