Installing Postgres: Difference between revisions
From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
{| | {| | ||
|QUESTION | |QUESTION | ||
|RESPONSE | |RESPONSE | ||
|COMMENT | |||
|- | |- | ||
|Installation Directory | |Installation Directory | ||
|D:\Program Files\PostgreSQL\8.3 | |D:\Program Files\PostgreSQL\8.3 | ||
|NB Keep the directory structure even if you change the drive otherwise will have to modify build project folder settings. | |||
|- | |- | ||
|Data Directory | |Data Directory | ||
|D:\Program Files\PostgreSQL\8.3\data | |D:\Program Files\PostgreSQL\8.3\data | ||
|Put this whereever you like | |||
|- | |- | ||
|password for superuser "postgres"<br>AND windows service | |password for superuser "postgres"<br>AND windows service | ||
|yourpasshere | |yourpasshere | ||
|Invent your own. If reinstalling enter the existing postgress user pass or delete the user and let it be recreated | |||
|- | |- | ||
|Port number the server should listen on | |Port number the server should listen on | ||
|5432 | |5432 | ||
|Exodus uses the default by default | |||
|- | |- | ||
|Locale: | |Locale: |
Revision as of 11:34, 11 December 2008
Downloading and Installing PostgresSQL:
Postgres 8.3
http://www.enterprisedb.com/products/pgdownload.do
QUESTION | RESPONSE | COMMENT |
Installation Directory | D:\Program Files\PostgreSQL\8.3 | NB Keep the directory structure even if you change the drive otherwise will have to modify build project folder settings. |
Data Directory | D:\Program Files\PostgreSQL\8.3\data | Put this whereever you like |
password for superuser "postgres" AND windows service |
yourpasshere | Invent your own. If reinstalling enter the existing postgress user pass or delete the user and let it be recreated |
Port number the server should listen on | 5432 | Exodus uses the default by default |
Locale: | Default |