Changes between Version 19 and Version 20 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Jul 20, 2009, 4:27:11 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v19 v20  
    1111"c:\postgres\bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"
    1212  5. go into services panel under windows and start 
     13a. If your service does not start - check the Windows Event Viewer
     14b. You can uninstall the service with:
     15"c:\postgres\bin\pg_ctl" unregister -N "pgsql-8.3 test" (this requires a restart)
     16
     17A faster way: stop the service and then from dos
     18sc delete "pgsql-8.3 test"
     19
    1320
    14216. Before you do a make check for PostGIS