diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2001-09-14 08:05:55 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2001-09-14 08:05:55 +0000 |
commit | 3f45796c7b7d1e379b84ac9a13a784d5ef89e24c (patch) | |
tree | 1381cb8f2cef8c89d69845dd4f1245bf28eeaf01 | |
parent | 147c742aa2d1dece987f51f463127d370543894c (diff) | |
download | postgresql-3f45796c7b7d1e379b84ac9a13a784d5ef89e24c.tar.gz postgresql-3f45796c7b7d1e379b84ac9a13a784d5ef89e24c.zip |
Add semicolon
-rw-r--r-- | doc/src/sgml/ref/create_index.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index b6c7b268db5..e76d87de902 100644 --- 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.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 $ 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> |