|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.91 2002/01/20 22:19:55 petere Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.92 2002/01/25 02:39:28 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -2554,13 +2554,13 @@ PostgreSQL documentation
|
2554 | 2554 |
|
2555 | 2555 | <row>
|
2556 | 2556 | <entry> <literal>-</literal> </entry>
|
2557 |
| - <entry><type>date</type> '2001-09-28'+ <type>interval</type> '1 hour'</entry> |
| 2557 | + <entry><type>date</type> '2001-09-28'- <type>interval</type> '1 hour'</entry> |
2558 | 2558 | <entry><type>timestamp</type> '2001-09-27 23:00'</entry>
|
2559 | 2559 | </row>
|
2560 | 2560 |
|
2561 | 2561 | <row>
|
2562 | 2562 | <entry> <literal>-</literal> </entry>
|
2563 |
| - <entry><type>time</type> '05:00'+ <type>interval</type> '2 hours'</entry> |
| 2563 | + <entry><type>time</type> '05:00'- <type>interval</type> '2 hours'</entry> |
2564 | 2564 | <entry><type>time</type> '03:00'</entry>
|
2565 | 2565 | </row>
|
2566 | 2566 |
|
|