Changes between Version 9 and Version 10 of UsersWikiWinCompileInitdb
- Timestamp:
- 07/16/09 18:58:53 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v9 v10 11 11 "c:\postgres]bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword" 12 12 5. go into services panel under windows and start 13 14 6. Before you do a make check for PostGIS 15 -- make sure to do an export of PGPORT and other variable to point to the one you are testing (this you do in MingW) 16 http://www.postgresql.org/docs/8.3/interactive/libpq-envars.html 17 export PATH="/c/postgres/bin;PATH" 18 export PGPORT=5432 19 export PGUSER=postgres