[HACKERS] IPv6 in pg_hba.conf.sample fails here

2003-08-01 Thread Tom Lane
Testing a connection that should fail (for lack of pg_hba entry): $ psql -h sss2 tgl psql: FATAL: missing or erroneous pg_hba.conf file HINT: See postmaster log for details. $ Say what? This is with a completely default pg_hba.conf file... looking in the postmaster log as suggested: LOG:

Re: [HACKERS] IPv6 in pg_hba.conf.sample fails here

2003-08-01 Thread Andrew Dunstan
Yeah, I'd be very surprised if many need it, and those who do can uncomment it. I think commenting it out is the right thing (tm). andrew Tom Lane wrote: Testing a connection that should fail (for lack of pg_hba entry): $ psql -h sss2 tgl psql: FATAL: missing or erroneous pg_hba.conf file

Re: [HACKERS] IPv6 in pg_hba.conf.sample fails here

2003-08-01 Thread Bruce Momjian
Agreed. I wanted to put the ipv6 entry in there only if they compiled with ipv6 suport, but that seemed strange to some, I think. I would comment it out. --- Andrew Dunstan wrote: Yeah, I'd be very surprised if many

Re: [HACKERS] IPv6 in pg_hba.conf.sample fails here

2003-08-01 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: Agreed. I wanted to put the ipv6 entry in there only if they compiled with ipv6 suport, but that seemed strange to some, I think. I would comment it out. Done. regards, tom lane ---(end of