Changes between Version 44 and Version 45 of UsersWikiWinCompileInitdb

Show
Ignore:
Timestamp:
12/09/09 10:39:23 (3 years ago)
Author:
pracine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v44 v45  
    5151 5. '''Export the configuration variables''' 
    5252 
    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.html 
     53  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 
    5454 
    55   These are only good for the current session 
    5655 
    5756   export PATH="/c/postgres/bin:$PATH" 
    58  
    5957   export PGPORT=8433 
    60  
    6158   export PGUSER=postgres 
    6259 
    6360 
    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}