Add release info about dollar signs to migration section:
authorBruce Momjian
Tue, 21 Oct 2003 01:25:31 +0000 (01:25 +0000)
committerBruce Momjian
Tue, 21 Oct 2003 01:25:31 +0000 (01:25 +0000)
      Dollar sign ($) is no longer allowed
in operator names

      Dollar sign ($) can be a non-first
character in identifiers


doc/src/sgml/release.sgml

index e77107e005bfd9b70a68a572a50f632776ccda37..d912968fb576d5765061cfb04ed514e3584120e0 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -131,8 +131,9 @@ required for those wishing to migrate data from any previous release.
       The oidrand()oidsrand(),
    and userfntest() functions have been removed.
       'now' will no longer work as a column default; now() should be
-        used instead
-
+        used instead
+      Dollar sign ($) is no longer allowed in operator names
+      Dollar sign ($) can be a non-first character in identifiers
 
 
   Changes