aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-08-05 15:31:33 +0000
committerBruce Momjian <bruce@momjian.us>2003-08-05 15:31:33 +0000
commitb6f31f08ddcd7eb86aa19f62fe6af39cb3772176 (patch)
tree0a6be2dd550113a056bacc853e2f01c05384d8f7
parent0b532c944b8e2afc36ff8080bf2ad10f69f63e3e (diff)
downloadpostgresql-b6f31f08ddcd7eb86aa19f62fe6af39cb3772176.tar.gz
postgresql-b6f31f08ddcd7eb86aa19f62fe6af39cb3772176.zip
Modify:
Prevent interval from supressing ':00' seconds display
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b010f3dafc5..6809d5632aa 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
_________________________________________________________________