diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-08-30 20:32:49 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-08-30 20:32:49 +0300 |
commit | aeabbccea099cb90ae4584207bb77f7f34eda8d7 (patch) | |
tree | 0f17fb235ebc079e140e5bcee2df219eeaf188e2 /doc/src/sgml/ref/rollback_to.sgml | |
parent | 083549e43a8f717a16e4cb3f23649e13574ff226 (diff) | |
download | postgresql-aeabbccea099cb90ae4584207bb77f7f34eda8d7.tar.gz postgresql-aeabbccea099cb90ae4584207bb77f7f34eda8d7.zip |
Some markup cleanup to deconfuse the find_gt_lt tool
Josh Kupershmidt
Diffstat (limited to 'doc/src/sgml/ref/rollback_to.sgml')
-rw-r--r-- | doc/src/sgml/ref/rollback_to.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/rollback_to.sgml b/doc/src/sgml/ref/rollback_to.sgml index 1b59af64436..c21449af676 100644 --- a/doc/src/sgml/ref/rollback_to.sgml +++ b/doc/src/sgml/ref/rollback_to.sgml @@ -64,9 +64,9 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] <replaceable>savepoint_name</re <title>Notes</title> <para> - Use <xref linkend="SQL-RELEASE-SAVEPOINT" - > to destroy a savepoint without - discarding the effects of commands executed after it was established. + Use <xref linkend="SQL-RELEASE-SAVEPOINT"> to destroy a savepoint + without discarding the effects of commands executed after it was + established. </para> <para> |