summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-22 05:09:12 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-22 05:09:12 +0000
commit4377a9afc3537c6b213466f15ccab595c17ecfb1 (patch)
treec6510578f3486c96088b5199d7c955dbbdea207f /HISTORY
parent7533e455f0b0dc6751ae2b3744fe989f8bc1a481 (diff)
downloadpostgresql-4377a9afc3537c6b213466f15ccab595c17ecfb1.tar.gz
Add mention that "today" doesn't work as column default anymore.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 01708418c8..c676783d83 100644
--- a/HISTORY
+++ b/HISTORY
@@ -82,8 +82,12 @@
DateStyle
* The oidrand(), oidsrand(), and userfntest() functions have been
removed.
- * 'now' will no longer work as a column default; now() should be
- used instead
+ * 'now' will no longer work as a column default; now() or
+ CURRENT_TIMESTAMP should be used instead
+ * 'today' will no longer work as a column default; CURRENT_DATE
+ should be used instead
+ * Dollar sign ($) is no longer allowed in operator names
+ * Dollar sign ($) can be a non-first character in identifiers
_________________________________________________________________
Changes