pgAdmin III commit: Use date_trunc to skip the microseconds part

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use date_trunc to skip the microseconds part
Date: 2012-01-22 21:08:14
Message-ID: E1Rp4e6-00021z-Ub@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-01-22 21:19:46 pgAdmin III commit: Forgot the new state_change column in pg_stat_activ
Previous Message Guillaume Lelarge 2012-01-22 18:15:55 pgAdmin III commit: make style