PDA

View Full Version : I was made wrong settings in initialize dadtbase cluster



EarthGaia
08-10-2009, 06:45 AM
Hi, when I was setup the PostgreSQL I forgat to set correct the encoding(server) and (client). How can I change this settings? Please help me Thanks

fozzy71
08-10-2009, 09:30 AM
Were you trying to install PostgreSQL 8.4?

http://www.holdemmanager.net/forum/showthread.php?t=12925


I created an empty Holdemmanager database which you can use for the Postgresql 8.4 installation: http://www.holdemmanager.com/downloads/hm8.4.backup

Installation:

1. Install postgresql 8.4 (download from www.postgresql.org). The installation is much smarter than 8.3. Some computers which fail with 8.3 work with 8.4. So its worth a try.

2. After successful completion of the installation start pgadminIII and connect to the database server

3. Via right mouse click create a new empty database (for example "Holdemmanager"). Use SQL_ASCII encoding (haven't tested WIN1252) with the template0

4. Via right mouse click on this new database choose Restore, select "only schema" and choose the backup file from the link above.

5. After completion of this restore process you can start Holdemmanager and connect to this database.


Otherwise, I would suggest you uninstall 8.4 and reinstall 8.3.


http://www.holdemmanager.net/forum/showpost.php?p=72340&postcount=574