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

Commita9f9a97

Browse files
committed
I almost forgot mark in docs "to_char(interval)" as deprecated function.
This useless routine will removed in 7.5. It's already discussed (seehackers list archive).Karel Zak
1 parent7f5079d commita9f9a97

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.166 2003/08/10 01:20:34 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.167 2003/08/17 04:52:41 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -3870,6 +3870,11 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
38703870
</tgroup>
38713871
</table>
38723872

3873+
<para>
3874+
Warning. <literal><function>to_char</function>(<type>interval</type>, <type>text</type>)</literal>
3875+
is deprecated and should not be used in newly-written code. Will be removed in the next version.
3876+
</para>
3877+
38733878
<para>
38743879
In an output template string (for <function>to_char</>), there are certain patterns that are
38753880
recognized and replaced with appropriately-formatted data from the value

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp