From 2b84cbb60f6ff6cb58d42dff026aaf0b2e9ca8ab Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 29 Jan 2000 16:58:54 +0000 Subject: 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 --- doc/src/sgml/ref/commit.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/ref/commit.sgml') 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 @@ @@ -62,7 +62,7 @@ COMMIT [ WORK | TRANSACTION ] -END +COMMIT @@ -72,7 +72,7 @@ END -NOTICE EndTransactionBlock and not inprogress/abort state +NOTICE: COMMIT: no transaction in progress @@ -141,7 +141,8 @@ COMMIT WORK; SQL92 - Full compatibility. + SQL92 only specifies the two forms COMMIT + and COMMIT WORK. Otherwise full compatibility. -- cgit v1.2.3