|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -3909,7 +3909,7 @@ substring('foobar' from 'o(.)b') <lineannotation>o</lineannotation>
|
3909 | 3909 | </row>
|
3910 | 3910 | <row>
|
3911 | 3911 | <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> |
3913 | 3913 | <entry>convert string to time stamp</entry>
|
3914 | 3914 | <entry><literal>to_timestamp('05 Dec 2000', 'DD Mon YYYY')</literal></entry>
|
3915 | 3915 | </row>
|
|