From dccfd74935254224cff91da66f8bb05f84af04f0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 25 Dec 2000 23:15:27 +0000 Subject: Refine some things to create better looking man pages. --- doc/src/sgml/ref/begin.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/src/sgml/ref/begin.sgml') diff --git a/doc/src/sgml/ref/begin.sgml b/doc/src/sgml/ref/begin.sgml index 86b6620f1f..cc97c728d3 100644 --- a/doc/src/sgml/ref/begin.sgml +++ b/doc/src/sgml/ref/begin.sgml @@ -1,5 +1,5 @@ @@ -105,8 +105,8 @@ NOTICE: BEGIN: already a transaction in progress BEGIN initiates a user transaction in chained mode, i.e., all user statements after BEGIN command will be executed in a single transaction until an explicit - , - , + , + , or execution abort. Statements in chained mode are executed much faster, because transaction start/commit requires significant CPU and disk activity. Execution of multiple statements inside a transaction @@ -142,15 +142,15 @@ NOTICE: BEGIN: already a transaction in progress Notes - Refer to + Refer to for further information about locking tables inside a transaction. - Use + Use or - + to terminate a transaction. -- cgit v1.2.1