Changes between Version 19 and Version 20 of UsersWikiWinCompileInitdb
- Timestamp:
- 07/20/09 04:27:11 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v19 v20 11 11 "c:\postgres\bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword" 12 12 5. go into services panel under windows and start 13 a. If your service does not start - check the Windows Event Viewer 14 b. You can uninstall the service with: 15 "c:\postgres\bin\pg_ctl" unregister -N "pgsql-8.3 test" (this requires a restart) 16 17 A faster way: stop the service and then from dos 18 sc delete "pgsql-8.3 test" 19 13 20 14 21 6. Before you do a make check for PostGIS