pgAdmin III commit: Use date_trunc to skip the microseconds part - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Use date_trunc to skip the microseconds part
Date
Msg-id E1Rp4e6-00021z-Ub@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Support new/changed pg_stat_activity fields
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Forgot the new state_change column in pg_stat_activ