aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-21 01:25:31 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-21 01:25:31 +0000
commit2f603a8b0ce2ddaf065c7a4fac98b2ef2f5d555a (patch)
tree6837925291c018390d58ee1f2975f877aa0f3e42
parentfd90da7f94b84cd6e3cc502cc1e3e37f96c8810b (diff)
downloadpostgresql-2f603a8b0ce2ddaf065c7a4fac98b2ef2f5d555a.tar.gz
postgresql-2f603a8b0ce2ddaf065c7a4fac98b2ef2f5d555a.zip
Add release info about dollar signs to migration section:
<listitem><para> Dollar sign (<literal>$</>) is no longer allowed in operator names</para></listitem> <listitem><para> Dollar sign (<literal>$</>) can be a non-first character in identifiers</para></listitem>
-rw-r--r--doc/src/sgml/release.sgml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index e77107e005b..d912968fb57 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.213 2003/10/17 18:29:55 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.214 2003/10/21 01:25:31 momjian Exp $
-->
<appendix id="release">
@@ -131,8 +131,9 @@ required for those wishing to migrate data from any previous release.</para>
<listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>,
and <function>userfntest()</function> functions have been removed.</para></listitem>
<listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> should be
- used instead
-</para></listitem>
+ used instead</para></listitem>
+ <listitem><para> Dollar sign (<literal>$</>) is no longer allowed in operator names</para></listitem>
+ <listitem><para> Dollar sign (<literal>$</>) can be a non-first character in identifiers</para></listitem>
</itemizedlist></para></sect2>
<sect2> <title> Changes </title>