diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml index b18175815b2..0cd5cbaefec 100644 --- a/doc/src/sgml/ref/commit_prepared.sgml +++ b/doc/src/sgml/ref/commit_prepared.sgml @@ -1,5 +1,5 @@ @@ -65,7 +65,8 @@ COMMIT PREPARED transaction_id All currently available prepared transactions are listed in the - pg_prepared_xacts system view. + pg_prepared_xacts + system view. diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml index db5b3b2d15a..f0c130014cf 100644 --- a/doc/src/sgml/ref/declare.sgml +++ b/doc/src/sgml/ref/declare.sgml @@ -1,5 +1,5 @@ @@ -258,8 +258,9 @@ DECLARE name [ BINARY ] [ INSENSITI - You can see all available cursors by querying the - pg_cursors system view. + You can see all available cursors by querying the pg_cursors + system view. diff --git a/doc/src/sgml/ref/prepare.sgml b/doc/src/sgml/ref/prepare.sgml index 738b6320a4b..51098646119 100644 --- a/doc/src/sgml/ref/prepare.sgml +++ b/doc/src/sgml/ref/prepare.sgml @@ -1,5 +1,5 @@ @@ -153,7 +153,8 @@ PREPARE name [ ( You can see all available prepared statements of a session by querying the - pg_prepared_statements system view. + pg_prepared_statements + system view. diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index 6230f043825..8c7e2ddda4c 100644 --- a/doc/src/sgml/ref/prepare_transaction.sgml +++ b/doc/src/sgml/ref/prepare_transaction.sgml @@ -1,5 +1,5 @@ @@ -37,11 +37,11 @@ PREPARE TRANSACTION transaction_id - Once prepared, a transaction can later be committed or rolled - back with COMMIT PREPARED or - ROLLBACK PREPARED, respectively. Those commands - can be issued from any session, not only the one that executed the - original transaction. + Once prepared, a transaction can later be committed or rolled back + with + or , + respectively. Those commands can be issued from any session, not + only the one that executed the original transaction. @@ -82,8 +82,8 @@ PREPARE TRANSACTION transaction_id Notes - This command must be used inside a transaction block. Use - BEGIN to start one. + This command must be used inside a transaction block. Use to start one. @@ -104,7 +104,8 @@ PREPARE TRANSACTION transaction_id All currently available prepared transactions are listed in the - pg_prepared_xacts system view. + pg_prepared_xacts + system view. diff --git a/doc/src/sgml/ref/rollback_prepared.sgml b/doc/src/sgml/ref/rollback_prepared.sgml index 51df9226321..86685be117e 100644 --- a/doc/src/sgml/ref/rollback_prepared.sgml +++ b/doc/src/sgml/ref/rollback_prepared.sgml @@ -1,5 +1,5 @@ @@ -65,7 +65,8 @@ ROLLBACK PREPARED transaction_id All currently available prepared transactions are listed in the - pg_prepared_xacts system view. + pg_prepared_xacts + system view.