mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix doc bug: to_timestamp() returns timestamptz, not plain timestamp.
This commit is contained in:
parent
bbe42a1514
commit
8e7349b738
@ -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
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -3909,7 +3909,7 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal><function>to_timestamp</function>(<type>text</type>, <type>text</type>)</literal></entry>
|
<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>convert string to time stamp</entry>
|
||||||
<entry><literal>to_timestamp('05 Dec 2000', 'DD Mon YYYY')</literal></entry>
|
<entry><literal>to_timestamp('05 Dec 2000', 'DD Mon YYYY')</literal></entry>
|
||||||
</row>
|
</row>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user