Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword - Mailing list pgsql-patches

From Justin Clift
Subject Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Date
Msg-id 3B491AA4.F7C51A7D@postgresql.org
Whole thread Raw
In response to RE: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List 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

pgsql-patches by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: RE: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Next
From: Bruce Momjian
Date:
Subject: Re: DROP CONSTRAINT (UNIQUE) preliminary support