Columns of pg_stat_activity

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Columns of pg_stat_activity
Date: 2012-04-11 20:46:17
Message-ID: 20120411204617.GP3379@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Since we are wacking around pg_stat_activity for 9.2, what do people
think about these column names?

backend_start | timestamp with time zone |
xact_start | timestamp with time zone |
query_start | timestamp with time zone |

Arguably:

backend_start -> session_start
query_start -> statment_start

Should we make any of these changes?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2012-04-11 20:50:43 Re: Columns of pg_stat_activity
Previous Message Thom Brown 2012-04-11 20:42:48 Re: man pages for contrib programs