|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.214 2003/10/21 01:25:31 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.215 2003/10/22 05:09:12 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <appendix id="release"> |
@@ -130,8 +130,10 @@ required for those wishing to migrate data from any previous release.</para> |
130 | 130 | <listitem><para> Ambiguous date values now must match the ordering specified by DateStyle</para></listitem> |
131 | 131 | <listitem><para> The <function>oidrand()</function>, <function>oidsrand()</function>, |
132 | 132 | and <function>userfntest()</function> functions have been removed.</para></listitem> |
133 | | - <listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> should be |
134 | | - used instead</para></listitem> |
| 133 | + <listitem><para> <literal>'now'</literal> will no longer work as a column default; <function>now()</> or |
| 134 | + <function>CURRENT_TIMESTAMP</> should be used instead</para></listitem> |
| 135 | + <listitem><para> <literal>'today'</literal> will no longer work as a column default; <function>CURRENT_DATE</> |
| 136 | + should be used instead</para></listitem> |
135 | 137 | <listitem><para> Dollar sign (<literal>$</>) is no longer allowed in operator names</para></listitem> |
136 | 138 | <listitem><para> Dollar sign (<literal>$</>) can be a non-first character in identifiers</para></listitem> |
137 | 139 | </itemizedlist></para></sect2> |
|