Martin Marques <[EMAIL PROTECTED]> writes:
> El Vie 19 Mar 2004 09:39, Kumar escribió:
>> My pg_hba.conf file looks like below
>> 
>> # TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK           METHOD
>> 
>> local   all         all                                             trust
>> host all     all  192.168.2.0   255.255.255.0     trust
>> 
>> I couldnt understand why. Please shed some light

> This is not the default configuration, so I suspect that you changed it.

... and forgot to SIGHUP the postmaster after changing it, so the
original IDENT-based selection is still active.  Do "pg_ctl reload"
to get the postmaster to notice changes in its config files.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to