---- 回复的原邮件 ----
发件人 | Pavel Stehule<pavel.stehule@xxxxxxxxx> |
日期 | 2023年06月26日 17:51 |
收件人 | 陈锡汉<cavonchen@xxxxxxx> |
抄送至 | pgsql-general@xxxxxxxxxxxxxxxxxxxx |
主题 | 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@xxxxxxxxx> napsal:
Hino, there is nothing for this purpose.you can use application_nameso user can doSET 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