Changes between Version 46 and Version 47 of UsersWikiWinCompileInitdb

Show
Ignore:
Timestamp:
12/27/09 21:22:00 (3 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v46 v47  
    3939 
    4040      "c:\postgres\bin\pg_ctl" -o "-p 5433" start -D C:\postgres\data 
     41    
     42or (to read the port from the postgresql.conf) 
    4143 
     44"c:\postgres\bin\pg_ctl" start -D C:\postgres\data 
    4245  2) You can stop the server with: 
    4346