Re: Can we have a new SQL callable function to get Postmaster PID?

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Can we have a new SQL callable function to get Postmaster PID?
Дата
Msg-id 90a486a6-4a56-dc51-8680-6ad99b2f72ae@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Can we have a new SQL callable function to get Postmaster PID?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Can we have a new SQL callable function to get Postmaster PID?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2/3/21 4:08 PM, Tom Lane wrote:
> Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> writes:
>> Can we have a new function, say pg_postgres_pid(), to return
>> postmaster PID similar to pg_backend_pid()?
> 
> I'm disinclined to think that this is a good idea from a security
> perspective.  Maybe if it's superuser-only it'd be ok (since a
> superuser would have other routes to discovering the value anyway).
> 

Is the postmaster PID really sensitive? Users with OS access can just
list the processes, and for users without OS access / privileges it's
mostly useless, no?


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Can we have a new SQL callable function to get Postmaster PID?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Tid scan improvements