1
0
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:
Peter Eisentraut
2024-04-24 12:26:19 +02:00
parent 83751691e9
commit b53d58097d
2 changed files with 18 additions and 18 deletions

View File

@@ -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