Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe42a1 commit 8e7349bCopy full SHA for 8e7349b
doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -3909,7 +3909,7 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
3909
</row>
3910
<row>
3911
<entry><literal><function>to_timestamp</function>(<type>text</type>, <type>text</type>)</literal></entry>
3912
- <entry><type>timestamp</type></entry>
+ <entry><type>timestamp with time zone</type></entry>
3913
<entry>convert string to time stamp</entry>
3914
<entry><literal>to_timestamp('05 Dec 2000', 'DD Mon YYYY')</literal></entry>
3915
0 commit comments