From c5e0415a28dee8dd47ef7c37a2987c34174b8088 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Sun, 26 Feb 2006 03:20:46 +0000 Subject: [PATCH] Minor SGML work: add some more hyperlinks, where appropriate. --- doc/src/sgml/ref/commit_prepared.sgml | 5 +++-- doc/src/sgml/ref/declare.sgml | 7 ++++--- doc/src/sgml/ref/prepare.sgml | 5 +++-- doc/src/sgml/ref/prepare_transaction.sgml | 19 ++++++++++--------- doc/src/sgml/ref/rollback_prepared.sgml | 5 +++-- 5 files changed, 23 insertions(+), 18 deletions(-) diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml index b18175815b..0cd5cbaefe 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 db5b3b2d15..f0c130014c 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 738b6320a4..5109864611 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 6230f04382..8c7e2ddda4 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 51df922632..86685be117 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.