Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147c742 commit 3f45796Copy full SHA for 3f45796
doc/src/sgml/ref/create_index.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.23 2001/09/03 12:57:49 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.24 2001/09/14 08:05:55 ishii Exp $
3
Postgres documentation
4
-->
5
@@ -378,7 +378,7 @@ SELECT am.amname AS acc_method,
378
WHERE opc.opcamid = am.oid AND
379
amop.amopclaid = opc.oid AND
380
amop.amopopr = opr.oid
381
- ORDER BY acc_method, ops_name, ops_comp
+ ORDER BY acc_method, ops_name, ops_comp;
382
</programlisting>
383
</para>
384
</refsect2>
0 commit comments