pgAdmin III commit: Use date_trunc to skip the microseconds part

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Use date_trunc to skip the microseconds part
Дата
Msg-id E1Rp4e6-00021z-Ub@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Use date_trunc to skip the microseconds part

We used to display the whole value of all the timestamp fields in
pg_stat_activity. We now use date_trunc to trunc the info after the seconds.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f237d65ff32d853f1c85678e40898e99850cdd5f

Modified Files
--------------
CHANGELOG                 |    2 ++
pgadmin/frm/frmStatus.cpp |   12 ++++++------
2 files changed, 8 insertions(+), 6 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Support new/changed pg_stat_activity fields
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Forgot the new state_change column in pg_stat_activ