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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy