Minor SGML work: add some more hyperlinks, where appropriate.
authorNeil Conway
Sun, 26 Feb 2006 03:20:46 +0000 (03:20 +0000)
committerNeil Conway
Sun, 26 Feb 2006 03:20:46 +0000 (03:20 +0000)
doc/src/sgml/ref/commit_prepared.sgml
doc/src/sgml/ref/declare.sgml
doc/src/sgml/ref/prepare.sgml
doc/src/sgml/ref/prepare_transaction.sgml
doc/src/sgml/ref/rollback_prepared.sgml

index b18175815b27290cd9649bb96aec72c51e6365c6..0cd5cbaefec13d12b09f3b0aae06ce97911d07e0 100644 (file)
@@ -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.
   
  
 
index db5b3b2d15adab43ae5a7f10611ff1ae8a6d2a13..f0c130014cff101d902dc50379f658644529d2b1 100644 (file)
@@ -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 
+    linkend="view-pg-cursors">pg_cursors
+    system view.
    
  
 
index 738b6320a4b27dea17b934d002f1a6e16c9d9948..51098646119ab761fa70e1cba23115ec22e45a63 100644 (file)
@@ -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.
   
  
 
index 6230f04382548e2be7c41c21a65316f491d81883..8c7e2ddda4cb6c4b8fd65a5d48408fffb906f5e3 100644 (file)
@@ -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 
+   linkend="sql-begin" endterm="sql-begin-title"> 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.
   
 
   
index 51df92263219612dca5cb876a30e47eb6aebb9b3..86685be117e0f297311ebedbd8cf9cee3af0b8ac 100644 (file)
@@ -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.