Make pg_stat_activity.application_name visible to all users, rather than

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0c61cff57a1dc7685fcac9f09451b261f14cb711
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-29T18:14:32Z
Releases: 9.0.0
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