File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 82
82
DateStyle
83
83
* The oidrand(), oidsrand(), and userfntest() functions have been
84
84
removed.
85
- * 'now' will no longer work as a column default; now() should be
86
- used instead
85
+ * 'now' will no longer work as a column default; now() or
86
+ CURRENT_TIMESTAMP should be used instead
87
+ * 'today' will no longer work as a column default; CURRENT_DATE
88
+ should be used instead
89
+ * Dollar sign ($) is no longer allowed in operator names
90
+ * Dollar sign ($) can be a non-first character in identifiers
87
91
_________________________________________________________________
88
92
89
93
Changes
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments