mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
doc: Fix up spacing around verbatim DocBook elements
This commit is contained in:
@@ -116,8 +116,8 @@ BEGIN;
|
||||
now only choose one of these two commands, since all other commands
|
||||
will be ignored:
|
||||
<programlisting>
|
||||
ROLLBACK;
|
||||
ROLLBACK TO SAVEPOINT sp1;
|
||||
ROLLBACK;
|
||||
ROLLBACK TO SAVEPOINT sp1;
|
||||
</programlisting>
|
||||
Choosing <command>ROLLBACK</command> will abort everything, including
|
||||
value 1, whereas <command>ROLLBACK TO SAVEPOINT sp1</command> will retain
|
||||
|
||||
Reference in New Issue
Block a user