Re: On login trigger: take three

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: On login trigger: take three
Дата
Msg-id 84640.1647218144@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: On login trigger: take three  (Andres Freund <andres@anarazel.de>)
Ответы Re: On login trigger: take three  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I was thinking that the way to use it would be to specify it as a client
> option. Like PGOPTIONS='-c ignore_event_trigger=login' psql.

Ugh ... that would allow people (at least superusers) to bypass
the login trigger at will, which seems to me to break a lot of
the use-cases for the feature.  I supposed we'd want this to be a
PGC_POSTMASTER setting for security reasons.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: On login trigger: take three
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: BufferAlloc: don't take two simultaneous locks