Re: Improving pg_hba.conf

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: David Ford <david(at)blue-labs(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Improving pg_hba.conf
Date: 2001-07-23 03:01:05
Message-ID: 200107230301.f6N316R08940@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >
> >
> >I haven't heard of any more issues with pg_hba.conf so I will mark the
> >item as done. I did cleanup the comments in the file. I have also
> >added a TODO item:
> >
> > * Read pg_hba.conf only on postmaster startup or SIGHUP
> >
>
> If you do this, can you add an access table for secondary lookups? I
> tend to update host access frequently and personally I think it'd be
> dandy to have a table that can be updated for access as well as the
> primary pg_hba.conf file.

Sorry, I don't understand what secondary lookups are.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-07-23 03:04:44 Re: More ADD CONSTRAINT behaviour questions
Previous Message David Ford 2001-07-23 02:59:13 Re: Improving pg_hba.conf