Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8e7349b

Browse files
committed
Fix doc bug: to_timestamp() returns timestamptz, not plain timestamp.
1 parent bbe42a1 commit 8e7349b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

+2-2
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)