aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/commit.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-01-29 16:58:54 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-01-29 16:58:54 +0000
commit2b84cbb60f6ff6cb58d42dff026aaf0b2e9ca8ab (patch)
treedcd592dcfdebbc799bd225ac8bf50c0dfe1e61eb /doc/src/sgml/ref/commit.sgml
parent7e7416bd4e221fd95701a048eaf2893ab379d9a5 (diff)
downloadpostgresql-2b84cbb60f6ff6cb58d42dff026aaf0b2e9ca8ab.tar.gz
postgresql-2b84cbb60f6ff6cb58d42dff026aaf0b2e9ca8ab.zip
A few minor psql enhancements
Initdb help correction Changed end/abort to commit/rollback and changed related notices Commented out way old printing functions in libpq Fixed a typo in alter table / alter column
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
-rw-r--r--doc/src/sgml/ref/commit.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml
index 03dfea23f5f..651e649205b 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.8 1999/07/22 15:09:06 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/commit.sgml,v 1.9 2000/01/29 16:58:27 petere Exp $
Postgres documentation
-->
@@ -62,7 +62,7 @@ COMMIT [ WORK | TRANSACTION ]
<variablelist>
<varlistentry>
<term><computeroutput>
-END
+COMMIT
</computeroutput></term>
<listitem>
<para>
@@ -72,7 +72,7 @@ END
</varlistentry>
<varlistentry>
<term><computeroutput>
-NOTICE EndTransactionBlock and not inprogress/abort state
+NOTICE: COMMIT: no transaction in progress
</computeroutput></term>
<listitem>
<para>
@@ -141,7 +141,8 @@ COMMIT WORK;
SQL92
</title>
<para>
- Full compatibility.
+ <acronym>SQL92</acronym> only specifies the two forms <literal>COMMIT</literal>
+ and <literal>COMMIT WORK</literal>. Otherwise full compatibility.
</para>
</refsect2>
</refsect1>