From 498d0087eb50f39372c6f2cfe5c1014efc2cdd47 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Dec 2001 00:04:44 +0000 Subject: Update for new timestamp behavior. --- doc/src/sgml/release.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 99949e091d6..ba374376485 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -152,6 +152,17 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.105 2001/12/23 18:20:05 pe available. You will need to rewrite your applications. + + + + The timestamp() function is no longer + available. Use timestamp "string" instead, + or CAST. + + + + + @@ -337,6 +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 -- cgit v1.2.3