From adb1d4acfa50ddb58e6cebd535b19f65416bd31f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Dec 2001 04:46:08 +0000 Subject: [PATCH] Mention datatype() casting change. --- HISTORY | 2 +- doc/src/sgml/release.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index b32fe01bb8..d40c9cc788 100644 --- a/HISTORY +++ b/HISTORY @@ -244,7 +244,7 @@ Changes Fix path_inter, path_distance, path_length, dist_ppath to handle closed paths (Curtis Barrett, Tom) octet_length(text) now returns non-compressed length (Tatsuo, Bruce) Handle "July" full name in date/time literals (Greg Sabino Mullane) - datatype(const,...) function calls now evaluated earlier + Some datatype() function calls now evaluated differently ---------------------------------------------------------------------- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ba37437648..189d936e2f 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -348,7 +348,7 @@ Optimize length functions when using single-byte encodings (Tatsuo) Fix path_inter, path_distance, path_length, dist_ppath to handle closed paths (Curtis Barrett, Tom) octet_length(text) now returns non-compressed length (Tatsuo, Bruce) Handle "July" full name in date/time literals (Greg Sabino Mullane) -datatype(const,...) function calls now evaluated earlier +Some datatype() function calls now evaluated differently -- 2.11.0