Re: [GENERAL] Cannot connect remotely to postgresql

2012-01-19 Thread Raymond O'Donnell
On 19/01/2012 20:40, Willem Buitendyk wrote: > I tried manually starting without the service automatically running > using pg_ctl start -D "c:\program files (x86)\etc etc" which > reported back that i might have another postmaster running. I then > did pg_ctl reload -D "c:\program files (x86)\etc

Re: [GENERAL] Cannot connect remotely to postgresql

2012-01-19 Thread Willem Buitendyk
I tried manually starting without the service automatically running using pg_ctl start -D "c:\program files (x86)\etc etc" which reported back that i might have another postmaster running. I then did pg_ctl reload -D "c:\program files (x86)\etc etc" and it sent a signal and voila it worked. I

Re: [GENERAL] Cannot connect remotely to postgresql

2012-01-19 Thread Willem Buitendyk
On 2012-01-19, at 10:10 AM, Raymond O'Donnell wrote: > On 19/01/2012 17:27, Willem Buitendyk wrote: >> I have 8.2 installed on 64bit windows 7. I have no problem making a >> local connection. However, when I make changes to pg_hba.conf such >> as add: >> >> local all all trust > > What is the

Re: [GENERAL] Cannot connect remotely to postgresql

2012-01-19 Thread Raymond O'Donnell
On 19/01/2012 17:27, Willem Buitendyk wrote: > I have 8.2 installed on 64bit windows 7. I have no problem making a > local connection. However, when I make changes to pg_hba.conf such > as add: > > local all all trust What is the exact error message you're getting? Did you restart the server a

[GENERAL] Cannot connect remotely to postgresql

2012-01-19 Thread Willem Buitendyk
I have 8.2 installed on 64bit windows 7. I have no problem making a local connection. However, when I make changes to pg_hba.conf such as add: local all all trust I still cannot connect through a VPN. On a hunch that my pg server was not using the config files in "C:\Program Files (x86)\Post