Mention datatype() casting change.
authorBruce Momjian <[email protected]>
Thu, 27 Dec 2001 04:46:08 +0000 (04:46 +0000)
committerBruce Momjian <[email protected]>
Thu, 27 Dec 2001 04:46:08 +0000 (04:46 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index b32fe01bb8686d08b3fae782114638a5d89dbab0..d40c9cc788d70556b71797dc82e535acf54ffda9 100644 (file)
--- 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
 
      ----------------------------------------------------------------------
 
index fa211332bb233393f5c074d70e5c3715ddb1ea1e..bde841a4889e982785aaf7a6ef60956e7b695709 100644 (file)
@@ -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
 </literallayout>
    </sect3>