1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/prepare_transaction.sgml,v 1.3 2005/08/30 01:37:38 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/prepare_transaction.sgml,v 1.4 2006/02/26 03:20:46 neilc Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -37,11 +37,11 @@ PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable>
37
37
</para>
38
38
39
39
<para>
40
- Once prepared, a transaction can later be committed or rolled
41
- back with <command>COMMIT PREPARED</command> or
42
- <command>ROLLBACK PREPARED</command>, respectively. Those commands
43
- can be issued from any session, not only the one that executed the
44
- original transaction.
40
+ Once prepared, a transaction can later be committed or rolled back
41
+ with <xref linkend="sql-commit-prepared" endterm="sql-commit-prepared-title">
42
+ or <xref linkend="sql-rollback-prepared" endterm="sql-rollback-prepared-title">,
43
+ respectively. Those commands can be issued from any session, not
44
+ only the one that executed the original transaction.
45
45
</para>
46
46
47
47
<para>
@@ -82,8 +82,8 @@ PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable>
82
82
<title>Notes</title>
83
83
84
84
<para>
85
- This command must be used inside a transaction block. Use
86
- <command>BEGIN</command > to start one.
85
+ This command must be used inside a transaction block. Use <xref
86
+ linkend="sql-begin" endterm="sql-begin-title" > to start one.
87
87
</para>
88
88
89
89
<para>
@@ -104,7 +104,8 @@ PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable>
104
104
105
105
<para>
106
106
All currently available prepared transactions are listed in the
107
- <structname>pg_prepared_xacts</> system view.
107
+ <link linkend="view-pg-prepared-xacts"><structname>pg_prepared_xacts</structname></link>
108
+ system view.
108
109
</para>
109
110
110
111
<para>
0 commit comments