]> granicus.if.org Git - postgresql/commitdiff
Fix doc bug: to_timestamp() returns timestamptz, not plain timestamp.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jun 2004 19:01:09 +0000 (19:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jun 2004 19:01:09 +0000 (19:01 +0000)
doc/src/sgml/func.sgml

index ecf344453f8dc01ae9f381a6f7d91805d958be5f..37cc1411f817ad5e285e7ece405d89978f2cb165 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.207 2004/06/13 19:56:49 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.208 2004/06/14 19:01:09 tgl Exp $
 PostgreSQL documentation
 -->
 
@@ -3909,7 +3909,7 @@ substring('foobar' from 'o(.)b')   <lineannotation>o</lineannotation>
        </row>
        <row>
        <entry><literal><function>to_timestamp</function>(<type>text</type>, <type>text</type>)</literal></entry>
-       <entry><type>timestamp</type></entry>
+       <entry><type>timestamp with time zone</type></entry>
        <entry>convert string to time stamp</entry>
        <entry><literal>to_timestamp('05&nbsp;Dec&nbsp;2000', 'DD&nbsp;Mon&nbsp;YYYY')</literal></entry>
        </row>