Re: Columns of pg_stat_activity

From: Thom Brown <thom(at)linux(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Columns of pg_stat_activity
Date: 2012-04-11 20:50:43
Message-ID: CAA-aLv5bg1nmXtj3KgBbQZK5GzFv3A9tAo7UN5ENoxy4tQt47Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11 April 2012 21:46, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> 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?

Sounds like a lot of potential breakage to solve something I don't
think is a problem. Besides, isn't the door for 9.2 changes now
closed and bolted?

--
Thom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-04-11 20:58:10 Re: man pages for contrib programs
Previous Message Bruce Momjian 2012-04-11 20:46:17 Columns of pg_stat_activity