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

Commit498d008

Browse files
committed
Update for new timestamp behavior.
1 parent0181d9f commit498d008

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

‎HISTORY

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,12 @@ Migration to version 7.2
6969
* The function "octet_length()" now returns the uncompressed data
7070
length.
7171

72-
* The date/time value current is no longer available. You will need to
72+
* The date/time value"current" is no longer available. You will need to
7373
rewrite your applications.
7474

75+
* The timestamp() function is no longer available. Use timestamp
76+
"string" instead, or CAST.
77+
7578
The SELECT ... LIMIT #,# syntax will be removed in the next release. You
7679
should change your queries to use separate LIMIT and OFFSET clauses, e.g.
7780
LIMIT 10 OFFSET 20.
@@ -241,6 +244,7 @@ Changes
241244
Fix path_inter, path_distance, path_length, dist_ppath to handle closed paths (Curtis Barrett, Tom)
242245
octet_length(text) now returns non-compressed length (Tatsuo, Bruce)
243246
Handle "July" full name in date/time literals (Greg Sabino Mullane)
247+
datatype(const,...) function calls now evaluated earlier
244248

245249
----------------------------------------------------------------------
246250

‎doc/src/sgml/release.sgml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.105 2001/12/23 18:20:05 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.106 2001/12/27 00:04:44 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -152,6 +152,17 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.105 2001/12/23 18:20:05 pe
152152
available. You will need to rewrite your applications.
153153
</para>
154154
</listitem>
155+
156+
<listitem>
157+
<para>
158+
The <literal>timestamp()</literal> function is no longer
159+
available. Use <literal>timestamp "string"</literal> instead,
160+
or <literal>CAST</literal>.
161+
</para>
162+
</listitem>
163+
164+
165+
155166
</itemizedlist>
156167
</para>
157168

@@ -337,6 +348,7 @@ Optimize length functions when using single-byte encodings (Tatsuo)
337348
Fix path_inter, path_distance, path_length, dist_ppath to handle closed paths (Curtis Barrett, Tom)
338349
octet_length(text) now returns non-compressed length (Tatsuo, Bruce)
339350
Handle "July" full name in date/time literals (Greg Sabino Mullane)
351+
datatype(const,...) function calls now evaluated earlier
340352
</literallayout>
341353
</sect3>
342354

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp