Re: [v9.1] Add security hook on initialization of instance - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [v9.1] Add security hook on initialization of instance
Date
Msg-id 26197.1276572491@sss.pgh.pa.us
Whole thread Raw
In response to Re: [v9.1] Add security hook on initialization of instance  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Responses Re: [v9.1] Add security hook on initialization of instance  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
List pgsql-hackers
KaiGai Kohei <kaigai@ak.jp.nec.com> writes:
>>>> The attached patch tries to add one more security hook on the
>>>> initialization of PostgreSQL instance (InitPostgres()).

>> Yeah, but so what?  Stephen's point is still valid.

> On the hook, I'd like to obtain security context of the client process
> which connected to the PostgreSQL instance. It is not available at the
> _PG_init() phase, because clients don't connect yet.

InitPostgres is called by a number of process types that don't *have*
clients.  I concur with the other opinions that this hook is badly
thought out.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: warning message in standby
Next
From: Robert Haas
Date:
Subject: Re: warning message in standby