I am new to postgresql. I have mostly used mysql(much easier to setup and maintain, imho). I don't doubt that postgresql is better but there is something to be said about the ease of use with mysql and the initial learning curve involved with postgresql.
There are two reasons that I am wanting to use a remote database 1) it is bulky and requires NTFS on windows, 2) I travel a lot and would like to maintain access while on the road.
I use cygwin on a flash drive for connecting to my remote server and have setup a ssh tunnel to the remote machine:
ssh -L 5432:server.tld:5432 user@server.tld
The port is opened successfully locally but I am still unable to connect with pokertracker during the initial setup. All I see when I attempt to connect is "Unable to connect to this database. Please check configuration" This is a fresh install of postgresql 8.1 on debian etch and pokertracker3 on windows xp pro. Any suggestions would be great.