Changes between Version 44 and Version 45 of UsersWikiWinCompileInitdb
- Timestamp:
- 12/09/09 10:39:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v44 v45 51 51 5. '''Export the configuration variables''' 52 52 53 Before you do a make check for PostGIS, make sure to do an export of '''PGPORT''' and other variable to point to the one you are testing (you do this in MSYS). For more information about the PostgreSQL environment variables see http://www.postgresql.org/docs/8.4/interactive/libpq-envars.html53 Before you do a make check for PostGIS, make sure to export the '''PATH''', '''PGPORT''' and '''PGUSER''' variables in MSYS. Note that these exports are only valid for the current session. For more information about the PostgreSQL environment variables see http://www.postgresql.org/docs/8.4/interactive/libpq-envars.html 54 54 55 These are only good for the current session56 55 57 56 export PATH="/c/postgres/bin:$PATH" 58 59 57 export PGPORT=8433 60 61 58 export PGUSER=postgres 62 59 63 60 64 to see path settings or any other variables at MSYS prompt: 65 echo ${PATH} 61 to see path settings or any other variables in the MSYS prompt: 62 63 echo ${PATH}