From: Bruce Momjian Date: Tue, 5 Aug 2003 14:37:49 +0000 (+0000) Subject: Add mention of :00 seconds. X-Git-Tag: REL7_4_BETA2~179 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ad2068c2cbfcbceaa6f287b566557a9f29bf84a6;p=users%2Fhanada%2Fpostgres.git Add mention of :00 seconds. --- diff --git a/HISTORY b/HISTORY index 846f73e723..264b771c87 100644 --- a/HISTORY +++ b/HISTORY @@ -215,6 +215,7 @@ Add new DateStyle values MDY, DMY, and YMD, honor US and European for 'now' will no longer work as a default, use now() (change required for prepared statements) (Tom) Assume NaN value to be larger than any other value in comparisons (Tom) +Prevent timestamp from supressing ':00' seconds display _________________________________________________________________