|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.98 2002/05/18 13:47:59 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.99 2002/06/02 21:56:09 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -2730,21 +2730,6 @@ PostgreSQL documentation
|
2730 | 2730 | <entry><literal>Wed Feb 21 17:01:13.000126 2001 EST</literal></entry>
|
2731 | 2731 | </row>
|
2732 | 2732 |
|
2733 |
| - <row> |
2734 |
| -<entry><function>timestamp</function>(<type>date</type>)</entry> |
2735 |
| -<entry><type>timestamp</type></entry> |
2736 |
| -<entry><type>date</type> to <type>timestamp</type></entry> |
2737 |
| -<entry><literal>timestamp(date '2000-12-25')</literal></entry> |
2738 |
| -<entry><literal>2000-12-25 00:00:00</literal></entry> |
2739 |
| - </row> |
2740 |
| - |
2741 |
| - <row> |
2742 |
| -<entry><function>timestamp</function>(<type>date</type>, <type>time</type>)</entry> |
2743 |
| -<entry><type>timestamp</type></entry> |
2744 |
| -<entry><type>date</type> and <type>time</type> to <type>timestamp</type></entry> |
2745 |
| -<entry><literal>timestamp(date '1998-02-24',time '23:07')</literal></entry> |
2746 |
| -<entry><literal>1998-02-24 23:07:00</literal></entry> |
2747 |
| - </row> |
2748 | 2733 | </tbody>
|
2749 | 2734 | </tgroup>
|
2750 | 2735 | </table>
|
|