Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword

From: Justin Clift <justin(at)postgresql(dot)org>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Damien =?iso-8859-1?Q?Clermont=E9?=" <damien(dot)clermonte(at)free(dot)fr>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Date: 2001-07-09 02:44:52
Message-ID: 3B491AA4.F7C51A7D@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

How about moving the documentation to a pg_hba.conf.README file?

People shouldn't be able to miss that very easily.

+ Justin

Christopher Kings-Lynne wrote:
>
> > > Maybe it should be cached in memory and only be re-read on request
> > > (SIGHUP). Parsing that file every time is undoubtedly a large
> > fraction of
> > > the total connection startup time.
> >
> > Okay with me if someone wants to do it ... but that'd be a lot more work
> > than just moving the documentation ...
>
> Or cache the information and just do a file modification timestamp check on
> each connection to see if it needs to be reread. (Best of both worlds??)
>
> Chris
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-07-09 10:31:23 AW: New SQL Datatype RECURRINGCHAR
Previous Message Tom Lane 2001-07-09 01:50:02 Re: ADD CONSTRAINT behaviour question

Browse pgsql-patches by date

  From Date Subject
Next Message Ola Sundell 2001-07-09 07:48:43 Re: UpdateableResultSets and concurrency.
Previous Message Christopher Kings-Lynne 2001-07-09 01:32:18 RE: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword