projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
147c742
)
Add semicolon
author
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 14 Sep 2001 08:05:55 +0000
(08:05 +0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 14 Sep 2001 08:05:55 +0000
(08:05 +0000)
doc/src/sgml/ref/create_index.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_index.sgml
b/doc/src/sgml/ref/create_index.sgml
index b6c7b268db5ba9cbac570be3befdfdec624ee5c9..e76d87de90257d4fe9de05289675176cd89e29ae 100644
(file)
--- a/
doc/src/sgml/ref/create_index.sgml
+++ b/
doc/src/sgml/ref/create_index.sgml
@@
-1,5
+1,5
@@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.2
3 2001/09/03 12:57:49 petere
Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.2
4 2001/09/14 08:05:55 ishii
Exp $
Postgres documentation
-->
@@
-378,7
+378,7
@@
SELECT am.amname AS acc_method,
WHERE opc.opcamid = am.oid AND
amop.amopclaid = opc.oid AND
amop.amopopr = opr.oid
- ORDER BY acc_method, ops_name, ops_comp
+ ORDER BY acc_method, ops_name, ops_comp
;
</programlisting>
</para>
</refsect2>