1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Mention datatype() casting change.

This commit is contained in:
Bruce Momjian
2001-12-27 04:46:08 +00:00
parent dbc3c859ab
commit adb1d4acfa
2 changed files with 3 additions and 3 deletions

View File

@ -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
----------------------------------------------------------------------