Thursday, June 20, 2013

Had a big adventure getting postgreSQL working on my laptop today!

http://dba.stackexchange.com/questions/44928/trouble-creating-a-database-with-postgreql/44981#44981

Just for notes, here is how I stopped the server:

PS C:\Users\Chris\Documents\test> & 'C:\Program Files\PostgreSQL\9.2\bin\pg_ctl.exe' -D "C:\Users\Chris\Documents\postgr
esql" -l logfile stop
waiting for server to shut down.... done
server stopped

No comments:

Post a Comment