File tree 2 files changed +7
-6
lines changed 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ Migration to version 7.2
74
74
* The date/time value 'current' is no longer available. You will need to
75
75
rewrite your applications.
76
76
77
- * The timestamp() function is no longer available. Use timestamp
78
- 'string' instead , or CAST.
77
+ * The timestamp(), time(), and inverval() functions are no longer
78
+ available. Instead of timestamp(), use timestamp 'string', or CAST.
79
79
80
80
The SELECT ... LIMIT #,# syntax will be removed in the next release. You
81
81
should change your queries to use separate LIMIT and OFFSET clauses, e.g.
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.119 2002/03/01 22:45:04 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.120 2002/03/11 16:41:44 momjian Exp $
3
3
-->
4
4
5
5
<appendix id="release">
@@ -183,9 +183,10 @@ Database and user-specific session defaults of run-time configurations variables
183
183
184
184
<listitem>
185
185
<para>
186
- The <literal>timestamp()</literal> function is no longer
187
- available. Use <literal>timestamp 'string'</literal> instead,
188
- or <literal>CAST</literal>.
186
+ The <literal>timestamp()</literal>, <literal>time()</literal>,
187
+ and <literal>interval()</literal> functions are no longer
188
+ available. Instead of <literal>timestamp()</literal>, use
189
+ <literal>timestamp 'string'</literal> or <literal>CAST</literal>.
189
190
</para>
190
191
</listitem>
191
192
You can’t perform that action at this time.
0 commit comments