Differences between revisions 1 and 2
Revision 1 as of 2007-03-04 23:02:39
Size: 694
Editor: 192
Comment:
Revision 2 as of 2013-09-18 06:09:33
Size: 694
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

install PostgreSql on Windows XP

Extract all files from postgresql-8.2.3-1.zip archive to temp directory

select all packages and tools just in case.

Edit conf file postgressql.conf (available from start/postgres/config files menu uncomment listen_addresses = '*' and set it to '*' or something appropriate if you know what are you doing

edit file pg_hba.conf, set

host all all 127.0.0.1/32 password

host all all ::1/128 password

FIXME: password is not really secure option but I do not know how to configure other options

Create Data source (control panel/administrative tools/ODBC) with Company name

PostgresSQLWin32 (last edited 2013-09-18 06:09:33 by localhost)