Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d28424

Browse files
committed
Mention time() and interval() are also changed in 7.2.
1 parent80bbfe7 commit0d28424

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎HISTORY

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

‎doc/src/sgml/release.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp