diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-12 00:12:47 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-12 00:12:47 +0000 |
commit | e90b841915b5ea295af4c3863ddcf834c85a82f6 (patch) | |
tree | 73ee943f0867fa351e5b474f38b17ed8ae904053 /doc/src/sgml/ref/commit.sgml | |
parent | fbb39c059e8214865efdc4d0a5ce775248151208 (diff) | |
download | postgresql-e90b841915b5ea295af4c3863ddcf834c85a82f6.tar.gz postgresql-e90b841915b5ea295af4c3863ddcf834c85a82f6.zip |
More cleanup of Diagnostics sections.
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
-rw-r--r-- | doc/src/sgml/ref/commit.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml index 1c72ea0b459..4b026ccfd50 100644 --- a/doc/src/sgml/ref/commit.sgml +++ b/doc/src/sgml/ref/commit.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/commit.sgml,v 1.17 2003/09/09 18:28:52 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/commit.sgml,v 1.18 2003/09/12 00:12:47 tgl Exp $ PostgreSQL documentation --> @@ -12,8 +12,8 @@ PostgreSQL documentation <refnamediv> <refname>COMMIT</refname> <refpurpose>commit the current transaction</refpurpose> - </refnamediv> - + </refnamediv> + <indexterm zone="sql-commit"> <primary>COMMIT</primary> </indexterm> @@ -74,7 +74,7 @@ COMMIT; </programlisting> </para> </refsect1> - + <refsect1> <title>Compatibility</title> |