Make pg_stat_activity.application_name visible to all users, rather than
Tom Lane <tgl@sss.pgh.pa.us>
Make pg_stat_activity.application_name visible to all users, rather than being hidden when current_query is. Relocate it to a column position more consistent with that behavior. Per discussion.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/monitoring.sgml | modified | +8 −8 |
| src/backend/catalog/system_views.sql | modified | +3 −3 |
| src/backend/utils/adt/pgstatfuncs.c | modified | +36 −35 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +2 −2 |
| src/test/regress/expected/rules.out | modified | +1 −1 |