Columns of pg_stat_activity - Mailing list pgsql-hackers

From Bruce Momjian
Subject Columns of pg_stat_activity
Date
Msg-id 20120411204617.GP3379@momjian.us
Whole thread Raw
Responses Re: Columns of pg_stat_activity  (Thom Brown <thom@linux.com>)
List 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      |
timestampwith time zone |
 

Arguably:
backend_start -> session_startquery_start -> statment_start

Should we make any of these changes?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Thom Brown
Date:
Subject: Re: man pages for contrib programs
Next
From: Thom Brown
Date:
Subject: Re: Columns of pg_stat_activity