Re: [GENERAL] Pg_hba.conf issues

2006-02-16 Thread Raymond O'Donnell
On 15 Feb 2006 at 15:44, Colin Shreffler wrote: > host all all 192.168.0.0 255.255.255.0 trust Is there any other, more restrictive, line *above* this one in the file? The order of entries does seem to make a difference. --Ray. --

Re: [GENERAL] Pg_hba.conf issues

2006-02-15 Thread Tom Lane
Colin Shreffler <[EMAIL PROTECTED]> writes: > I have tried entering the following record in the file, but it does not > grant me access. (1) did you remember to sighup the postmaster after changing the file? (2) what error message do you get *exactly*? What shows up in the postmaster log file?

[GENERAL] Pg_hba.conf issues

2006-02-15 Thread Colin Shreffler
I am not able to successfully create an entry in the pg_hba.conf file to enable remote access to my postgres database. The postmaster process HAS been initialized to accept tcp/ip connections. I have tried entering the following record in the file, but it does not grant me access. host all