Changes between Version 37 and Version 38 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Dec 9, 2009, 10:27:46 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v37 v38  
    2626  3) You can uninstall the service with:
    2727
    28       "c:\postgres\bin\pg_ctl" unregister -N "pgsql-8.3 test"
     28      "c:\postgres\bin\pg_ctl" unregister -N "pgsql-8.4 test"
    2929
    3030     This requires a restart. A faster way is to stop the service and then from dos:
    3131
    32       sc delete "pgsql-8.3 test"
     32      sc delete "pgsql-8.4 test"
    3333
    3434 '''Option B) Directly from the DOS shell:'''
     
    4242      "c:\postgres\bin\pg_ctl" stop -D C:\postgres\data
    4343
     44  3) You can restart the server with:
     45
     46      "c:\postgres\bin\pg_ctl" -o "-p 5433" restart -D C:\postgres\data
    4447
    4548 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.html
     49http://www.postgresql.org/docs/8.4/interactive/libpq-envars.html
    4750
    4851These are only good for the current session