* The date/time value 'current' is no longer available. You will need to
rewrite your applications.
- * The timestamp() function is no longer available. Use timestamp
- 'string' instead, or CAST.
+ * The timestamp(), time(), and inverval() functions are no longer
+ available. Instead of timestamp(), use timestamp 'string', or CAST.
The SELECT ... LIMIT #,# syntax will be removed in the next release. You
should change your queries to use separate LIMIT and OFFSET clauses, e.g.
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.119 2002/03/01 22:45:04 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.120 2002/03/11 16:41:44 momjian Exp $
-->
<appendix id="release">
<listitem>
<para>
- The <literal>timestamp()</literal> function is no longer
- available. Use <literal>timestamp 'string'</literal> instead,
- or <literal>CAST</literal>.
+ The <literal>timestamp()</literal>, <literal>time()</literal>,
+ and <literal>interval()</literal> functions are no longer
+ available. Instead of <literal>timestamp()</literal>, use
+ <literal>timestamp 'string'</literal> or <literal>CAST</literal>.
</para>
</listitem>