Changes between Version 15 and Version 16 of UsersWikiWinCompileInitdb
- Timestamp:
- 07/17/09 06:33:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsersWikiWinCompileInitdb
v15 v16 13 13 14 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 M ingW)15 -- make sure to do an export of PGPORT and other variable to point to the one you are testing (this you do in Msys) 16 16 http://www.postgresql.org/docs/8.3/interactive/libpq-envars.html 17 17 18 These are only good for current sess on18 These are only good for current session 19 19 20 20 export PATH="/c/postgres/bin:$PATH" … … 25 25 export PGUSER=postgres 26 26 27 28 to see path settings or any other variables at msys prompt 29 echo ${PATH}