From: Bruce Momjian Date: Tue, 5 Aug 2003 15:31:33 +0000 (+0000) Subject: Modify: X-Git-Tag: REL7_4_BETA2~177 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b6f31f08ddcd7eb86aa19f62fe6af39cb3772176;p=users%2Fkgrittn%2Fpostgres.git Modify: Prevent interval from supressing ':00' seconds display --- diff --git a/HISTORY b/HISTORY index b010f3dafc..6809d5632a 100644 --- a/HISTORY +++ b/HISTORY @@ -215,7 +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 +Prevent interval from supressing ':00' seconds display _________________________________________________________________