mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Mention time() and interval() are also changed in 7.2.
This commit is contained in:
parent
80bbfe76d5
commit
0d2842468c
4
HISTORY
4
HISTORY
@ -74,8 +74,8 @@ Migration to version 7.2
|
|||||||
* The date/time value 'current' is no longer available. You will need to
|
* The date/time value 'current' is no longer available. You will need to
|
||||||
rewrite your applications.
|
rewrite your applications.
|
||||||
|
|
||||||
* The timestamp() function is no longer available. Use timestamp
|
* The timestamp(), time(), and inverval() functions are no longer
|
||||||
'string' instead, or CAST.
|
available. Instead of timestamp(), use timestamp 'string', or CAST.
|
||||||
|
|
||||||
The SELECT ... LIMIT #,# syntax will be removed in the next release. You
|
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.
|
should change your queries to use separate LIMIT and OFFSET clauses, e.g.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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">
|
<appendix id="release">
|
||||||
@ -183,9 +183,10 @@ Database and user-specific session defaults of run-time configurations variables
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The <literal>timestamp()</literal> function is no longer
|
The <literal>timestamp()</literal>, <literal>time()</literal>,
|
||||||
available. Use <literal>timestamp 'string'</literal> instead,
|
and <literal>interval()</literal> functions are no longer
|
||||||
or <literal>CAST</literal>.
|
available. Instead of <literal>timestamp()</literal>, use
|
||||||
|
<literal>timestamp 'string'</literal> or <literal>CAST</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user