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

Commit 3f45796

Browse files
committed
Add semicolon
1 parent 147c742 commit 3f45796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_index.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.23 2001/09/03 12:57:49 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.24 2001/09/14 08:05:55 ishii Exp $
33
Postgres documentation
44
-->
55

@@ -378,7 +378,7 @@ SELECT am.amname AS acc_method,
378378
WHERE opc.opcamid = am.oid AND
379379
amop.amopclaid = opc.oid AND
380380
amop.amopopr = opr.oid
381-
ORDER BY acc_method, ops_name, ops_comp
381+
ORDER BY acc_method, ops_name, ops_comp;
382382
</programlisting>
383383
</para>
384384
</refsect2>

0 commit comments

Comments
 (0)