Changes between Version 26 and Version 27 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Dec 9, 2009, 7:06:28 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v26 v27  
    1515  a. If your service does not start - check the Windows Event Viewer[[BR]][[BR]]
    1616  a. You can uninstall the service with:[[BR]][[BR]]   "c:\postgres\bin\pg_ctl" unregister -N "pgsql-8.3 test" (this requires a restart)[[BR]][[BR]]A faster way is to stop the service and then from dos:[[BR]][[BR]]
    17 sc delete "pgsql-8.3 test"[[BR]][[BR]]
    18  1. Before you do a make check for PostGIS
     17sc delete "pgsql-8.3 test"
     18
     19 6. Before you do a make check for PostGIS
    1920-- make sure to do an export of PGPORT and other variable to point to the one you are testing (this you do in Msys)
    2021http://www.postgresql.org/docs/8.3/interactive/libpq-envars.html