回复:How to show current schema of running queries in postgresql 13

Поиск
Список
Период
Сортировка
От 陈锡汉
Тема 回复:How to show current schema of running queries in postgresql 13
Дата
Msg-id 66b3ebd1.90e4.188f73a621c.Coremail.cavonchen@163.com
обсуждение исходный текст
Ответ на Re: How to show current schema of running queries in postgresql 13  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: How to show current schema of running queries in postgresql 13
Список pgsql-general
I have no way to force users doing this…


---- 回复的原邮件 ----
发件人Pavel Stehule<pavel.stehule@gmail.com>
日期2023年06月26日 17:51
收件人陈锡汉<cavonchen@163.com>
抄送至pgsql-general@lists.postgresql.org
主题Re: How to show current schema of running queries in postgresql 13


po 26. 6. 2023 v 9:19 odesílatel Pavel Stehule <pavel.stehule@gmail.com> napsal:
Hi



no, there is nothing for this purpose.

you can use application_name

so user can do

SET search_path=MySchema;
SET application_name = 'MySchema';
SELECT * FROM ...


and application name is visible from pg_stat_activity

regards

Pavel Stehule
 


 

Thank you!
Best regards,
CavonChen



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

Предыдущее
От: "Oduba, Ernest"
Дата:
Сообщение: PostgreSQL Commercial Support
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: How to show current schema of running queries in postgresql 13