Re: re-reading SSL certificates during server reload

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: re-reading SSL certificates during server reload
Дата
Msg-id 20140828141454.GD25984@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: re-reading SSL certificates during server reload  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: re-reading SSL certificates during server reload  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: re-reading SSL certificates during server reload  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On 2014-08-28 10:12:19 -0400, Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:
> > On Thu, Aug 28, 2014 at 4:05 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >> Why would they need to be BACKEND, as opposed to just PGC_SIGHUP?
> 
> > I just thought semantically - because they do not change in a running
> > backend. Any running backend will continue with encryption set up
> > based on the old certificate.
> 
> Hm.  Yeah, I guess there is some use in holding onto the values that were
> actually used to initialize the current session, or at least there would
> be if we exposed the cert contents in any fashion.

Won't that allow the option to be specified at connection start by mere
mortal users? That sounds odd to me.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Allow units to be specified in relation option setting value.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: re-reading SSL certificates during server reload