Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2f603a8

Browse files
committed
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>
1 parent fd90da7 commit 2f603a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/release.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.213 2003/10/17 18:29:55 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.214 2003/10/21 01:25:31 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -131,8 +131,9 @@ required for those wishing to migrate data from any previous release.</para>
131131
<listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>,
132132
and <function>userfntest()</function> functions have been removed.</para></listitem>
133133
<listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> should be
134-
used instead
135-
</para></listitem>
134+
used instead</para></listitem>
135+
<listitem><para> Dollar sign (<literal>$</>) is no longer allowed in operator names</para></listitem>
136+
<listitem><para> Dollar sign (<literal>$</>) can be a non-first character in identifiers</para></listitem>
136137
</itemizedlist></para></sect2>
137138

138139
<sect2> <title> Changes </title>

0 commit comments

Comments
 (0)