Created
May 5, 2014 08:04
-
-
Save sathish-io/7c21738a74b58e15ad0a to your computer and use it in GitHub Desktop.
Start and Stop PostgreSQL Service on Windows command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NET START postgresql-x64-9.3 (64-bit windows) | |
NET STOP postgresql-x64-9.3 (64-bit windows) | |
NET START postgresql-9.3 (32-bit windows) | |
NET STOP postgresql-9.3 (32-bit windows) | |
Note: This is for Windows 7. Replace 9.3 with your version of PostgreSQL version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then how do I start it on windows 8.1??
'NET START postgresql-x64-9.3' gives me an error, system error has occurred