My poker tracker is working perfectly except for the options in "utilities>postgres database functions" this has been the case since i installed postgres 8.3. When I try to access these options it gives me an error saying "Unable to conect to PostgreSQL (Port #: 5432) to get the list of databases. The error was: 101 - SQLSTATE = 08001 server closed the connection unexpectedly... This is most likely due to the fact that the database server is not running on this port... "
The postgres settings are set to the following:
Port: 5432
Server: Localhost
Username: Postgrest
Password: (dont know but i changed the md5 to trust (see below))
ODBC entry to use: PostgreSQL unicode
Encoding: unicode
I have verified that the service is running and starts when i restart the computer. I also changed the pg_hba.conf md5 to trust. I found the file in "C:/program files/PostgreSQL/8.3/data/pg_hba.conf". There was no option to edit it so i changed it to a .txt file and then changed back to a .conf file and verified that it saved.
Please help and let me know if any more info is needed. Thank you!