Changes between Version 15 and Version 16 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Jul 17, 2009, 6:33:47 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v15 v16  
    1313
    14146. 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)
     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)
    1616http://www.postgresql.org/docs/8.3/interactive/libpq-envars.html
    1717
    18 These are only good for current sesson
     18These are only good for current session
    1919
    2020export PATH="/c/postgres/bin:$PATH"
     
    2525export PGUSER=postgres
    2626
     27
     28to see path settings or any other variables at msys prompt
     29 echo ${PATH}