Changes between Version 27 and Version 28 of UsersWikiWinCompileInitdb
- Timestamp:
- 12/09/09 07:06:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v27 v28 14 14 5. Go into services panel under windows and start[[BR]][[BR]] 15 15 a. If your service does not start - check the Windows Event Viewer[[BR]][[BR]] 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" 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]]sc delete "pgsql-8.3 test" 18 17 19 18 6. Before you do a make check for PostGIS