Changes between Version 9 and Version 10 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Jul 16, 2009, 6:58:53 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v9 v10  
    1111"c:\postgres]bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"
    1212  5. go into services panel under windows and start 
     13
     146. 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)
     16http://www.postgresql.org/docs/8.3/interactive/libpq-envars.html
     17export PATH="/c/postgres/bin;PATH"
     18export PGPORT=5432
     19export PGUSER=postgres