Re: Columns of pg_stat_activity

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Columns of pg_stat_activity
Дата
Msg-id CAA-aLv5bg1nmXtj3KgBbQZK5GzFv3A9tAo7UN5ENoxy4tQt47Q@mail.gmail.com
обсуждение исходный текст
Ответ на Columns of pg_stat_activity  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Columns of pg_stat_activity  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 11 April 2012 21:46, Bruce Momjian <bruce@momjian.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Columns of pg_stat_activity
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: man pages for contrib programs