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.sgml | |
parent | 44475e782f4674d257b9e5c1a3930218a4b4deea (diff) | |
download | postgresql-fc946c39aeacdff7df60c83fca6582985e8546c8.tar.gz postgresql-fc946c39aeacdff7df60c83fca6582985e8546c8.zip |
Remove useless whitespace at end of lines
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
-rw-r--r-- | doc/src/sgml/ref/commit.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml index 5e03b81b93d..1a039c2e3ee 100644 --- a/doc/src/sgml/ref/commit.sgml +++ b/doc/src/sgml/ref/commit.sgml @@ -24,7 +24,7 @@ PostgreSQL documentation COMMIT [ WORK | TRANSACTION ] </synopsis> </refsynopsisdiv> - + <refsect1> <title>Description</title> @@ -34,7 +34,7 @@ COMMIT [ WORK | TRANSACTION ] and are guaranteed to be durable if a crash occurs. </para> </refsect1> - + <refsect1> <title>Parameters</title> @@ -78,7 +78,7 @@ COMMIT; <refsect1> <title>Compatibility</title> - + <para> The SQL standard only specifies the two forms <literal>COMMIT</literal> and <literal>COMMIT |