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

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема RE: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Дата
Msg-id ECEHIKNFIMMECLEBJFIGEEDGCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
> > 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


В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword
Следующее
От: Justin Clift
Дата:
Сообщение: Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword