Changes between Version 26 and Version 27 of UsersWikiWinCompileInitdb
- Timestamp:
- 12/09/09 07:06:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v26 v27 15 15 a. If your service does not start - check the Windows Event Viewer[[BR]][[BR]] 16 16 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 17 sc delete "pgsql-8.3 test" 18 19 6. Before you do a make check for PostGIS 19 20 -- make sure to do an export of PGPORT and other variable to point to the one you are testing (this you do in Msys) 20 21 http://www.postgresql.org/docs/8.3/interactive/libpq-envars.html