diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-22 15:09:15 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-22 15:09:15 +0000 |
commit | a27512e63480f6f3e42b4a40aacac0e035700e20 (patch) | |
tree | 072f7e6bb305d549356ad010296225f7fb570860 /doc/src/sgml/ref/commit.sgml | |
parent | 2aa64f79f5e977317dfd4189f30ec9f65d1b208b (diff) | |
download | postgresql-a27512e63480f6f3e42b4a40aacac0e035700e20.tar.gz postgresql-a27512e63480f6f3e42b4a40aacac0e035700e20.zip |
Complete merge of all old man page information.
ecpg reference page still needs formatting.
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
-rw-r--r-- | doc/src/sgml/ref/commit.sgml | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml index 5347534e29d..03dfea23f5f 100644 --- a/doc/src/sgml/ref/commit.sgml +++ b/doc/src/sgml/ref/commit.sgml @@ -1,3 +1,8 @@ +<!-- +$Header: /cvsroot/pgsql/doc/src/sgml/ref/commit.sgml,v 1.8 1999/07/22 15:09:06 thomas Exp $ +Postgres documentation +--> + <refentry id="SQL-COMMIT"> <refmeta> <refentrytitle id="SQL-COMMIT-TITLE"> @@ -16,7 +21,7 @@ <refsynopsisdiv> <refsynopsisdivinfo> - <date>1998-09-08</date> + <date>1999-07-20</date> </refsynopsisdivinfo> <synopsis> COMMIT [ WORK | TRANSACTION ] @@ -30,7 +35,18 @@ COMMIT [ WORK | TRANSACTION ] Inputs </title> <para> - None. + + <variablelist> + <varlistentry> + <term>WORK</term> + <term>TRANSACTION</term> + <listitem> + <para> + Optional keywords. They have no effect. + </para> + </listitem> + </varlistentry> + </variablelist> </para> </refsect2> @@ -116,8 +132,6 @@ COMMIT WORK; <title> Compatibility </title> - <para> - </para> <refsect2 id="R2-SQL-COMMIT-4"> <refsect2info> |