How do I create a (new) Postgres instance on Windows
Something along the lines:
C:\postgresql\psql --create-server -name=MyAwesomeServer -host=localhost, etc.etc.
I want to specify everything needed to create an instance on the command line rather than using a gui. That way I can port all/most of it to a different platform.