Re: [v9.1] Add security hook on initialization of instance

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: [v9.1] Add security hook on initialization of instance
Дата
Msg-id 20100614110129.GD21875@tamriel.snowman.net
обсуждение исходный текст
Ответ на [v9.1] Add security hook on initialization of instance  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Ответы Re: [v9.1] Add security hook on initialization of instance  (KaiGai Kohei <kaigai@kaigai.gr.jp>)
Список pgsql-hackers
* KaiGai Kohei (kaigai@ak.jp.nec.com) wrote:
> The attached patch tries to add one more security hook on the
> initialization of PostgreSQL instance (InitPostgres()).
>
> It gives the external security module a chance to initialize itself,
> and acquire credential of the client.
>
> I assumed the best place to initialize the module is just after the
> initialize_acl() invocation, if ESP is available.
> We have not discussed about this hook yet. So, I'd like to see any
> comments.

Aren't modules given a __PG_Init or something similar that they can
define which will be called when the module is loaded..?
Stephen

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dump(all) --quote-all-identifiers
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: SR slaves and .pgpass