Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aa398e5

Browse files
committed
Add missing ';'
1 parent 98d0411 commit aa398e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.70 2001/09/09 17:21:58 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.71 2001/09/10 02:46:18 ishii Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -2769,7 +2769,7 @@ date_part('<replaceable>field</replaceable>', <replaceable>source</replaceable>)
27692769
SELECT date_part('day', TIMESTAMP '2001-02-16 20:38:40');
27702770
<lineannotation>Result: </lineannotation><computeroutput>16</computeroutput>
27712771

2772-
SELECT date_part('hour', INTERVAL '4 hours 3 minutes')
2772+
SELECT date_part('hour', INTERVAL '4 hours 3 minutes');
27732773
<lineannotation>Result: </lineannotation><computeroutput>4</computeroutput>
27742774
</screen>
27752775
</informalexample>

0 commit comments

Comments
 (0)