Changes between Version 11 and Version 12 of UsersWikiWinCompileInitdb
- Timestamp:
- 07/16/09 19:01:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v11 v12 15 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 16 http://www.postgresql.org/docs/8.3/interactive/libpq-envars.html 17 export PATH="/c/postgres/bin;PATH" 17 export PATH="/c/postgres/bin;$PATH" 18 18 19 19 20 export PGPORT=5432