File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 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
7474 * The date/time value 'current' is no longer available. You will need to
7575 rewrite your applications.
7676
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.
7979
8080 The SELECT ... LIMIT #,# syntax will be removed in the next release. You
8181 should change your queries to use separate LIMIT and OFFSET clauses, e.g.
Original file line number Diff line number Diff line change 11<!--
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 $
33-->
44
55<appendix id="release">
@@ -183,9 +183,10 @@ Database and user-specific session defaults of run-time configurations variables
183183
184184 <listitem>
185185 <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>.
189190 </para>
190191 </listitem>
191192
You can’t perform that action at this time.
0 commit comments