Skip to content

Commit 38c971f

Browse files
committed
Fix +/- mixup pointed out by Rod Taylor.
1 parent 025f635 commit 38c971f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -2554,13 +2554,13 @@ PostgreSQL documentation
25542554

25552555
<row>
25562556
<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>
25582558
<entry><type>timestamp</type> '2001-09-27 23:00'</entry>
25592559
</row>
25602560

25612561
<row>
25622562
<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>
25642564
<entry><type>time</type> '03:00'</entry>
25652565
</row>
25662566

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy