Changes between Version 37 and Version 38 of UsersWikiWinCompileInitdb
- Timestamp:
- 12/09/09 10:27:46 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v37 v38 26 26 3) You can uninstall the service with: 27 27 28 "c:\postgres\bin\pg_ctl" unregister -N "pgsql-8. 3test"28 "c:\postgres\bin\pg_ctl" unregister -N "pgsql-8.4 test" 29 29 30 30 This requires a restart. A faster way is to stop the service and then from dos: 31 31 32 sc delete "pgsql-8. 3test"32 sc delete "pgsql-8.4 test" 33 33 34 34 '''Option B) Directly from the DOS shell:''' … … 42 42 "c:\postgres\bin\pg_ctl" stop -D C:\postgres\data 43 43 44 3) You can restart the server with: 45 46 "c:\postgres\bin\pg_ctl" -o "-p 5433" restart -D C:\postgres\data 44 47 45 48 5. Before you do a make check for PostGIS, make sure to do an export of PGPORT and other variable to point to the one you are testing (you do this in Msys) 46 http://www.postgresql.org/docs/8. 3/interactive/libpq-envars.html49 http://www.postgresql.org/docs/8.4/interactive/libpq-envars.html 47 50 48 51 These are only good for the current session