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

Commit8e7349b

Browse files
committed
Fix doc bug: to_timestamp() returns timestamptz, not plain timestamp.
1 parentbbe42a1 commit8e7349b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.207 2004/06/13 19:56:49 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.208 2004/06/14 19:01:09 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -3909,7 +3909,7 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
39093909
</row>
39103910
<row>
39113911
<entry><literal><function>to_timestamp</function>(<type>text</type>, <type>text</type>)</literal></entry>
3912-
<entry><type>timestamp</type></entry>
3912+
<entry><type>timestamp with time zone</type></entry>
39133913
<entry>convert string to time stamp</entry>
39143914
<entry><literal>to_timestamp('05&nbsp;Dec&nbsp;2000', 'DD&nbsp;Mon&nbsp;YYYY')</literal></entry>
39153915
</row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp