diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2010-11-23 22:27:50 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2010-11-23 22:34:55 +0200 |
commit | fc946c39aeacdff7df60c83fca6582985e8546c8 (patch) | |
tree | 866145f64c09c0673a4aa3d3a2f5647f0b7afc45 /doc/src/sgml/ref/commit_prepared.sgml | |
parent | 44475e782f4674d257b9e5c1a3930218a4b4deea (diff) |
Remove useless whitespace at end of lines
Diffstat (limited to 'doc/src/sgml/ref/commit_prepared.sgml')
-rw-r--r-- | doc/src/sgml/ref/commit_prepared.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml index e5eaa4b1e96..930435d81a0 100644 --- a/doc/src/sgml/ref/commit_prepared.sgml +++ b/doc/src/sgml/ref/commit_prepared.sgml @@ -29,7 +29,7 @@ COMMIT PREPARED <replaceable class="PARAMETER">transaction_id</replaceable> <title>Description</title> <para> - <command>COMMIT PREPARED</command> commits a transaction that is in + <command>COMMIT PREPARED</command> commits a transaction that is in prepared state. </para> </refsect1> @@ -76,7 +76,7 @@ COMMIT PREPARED <replaceable class="PARAMETER">transaction_id</replaceable> <para> Commit the transaction identified by the transaction identifier <literal>foobar</>: - + <programlisting> COMMIT PREPARED 'foobar'; </programlisting> |