Add mention that "today" doesn't work as column default anymore.
authorBruce Momjian
Wed, 22 Oct 2003 05:09:12 +0000 (05:09 +0000)
committerBruce Momjian
Wed, 22 Oct 2003 05:09:12 +0000 (05:09 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index 01708418c87c7e90184b295e9d7ff814f1dcfb35..c676783d83f793420eb2f35a26807cb5394da8e1 100644 (file)
--- a/HISTORY
+++ b/HISTORY
        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
index d912968fb576d5765061cfb04ed514e3584120e0..a787134e65ec49f288fb1bb391d65b11227187b1 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -130,8 +130,10 @@ required for those wishing to migrate data from any previous release.
       Ambiguous date values now must match the ordering specified by 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