Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cf714c8

Browse files
committed
Add compatibility information for prepared transaction commands
1 parent a33fcd7 commit cf714c8

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

doc/src/sgml/ref/commit_prepared.sgml

+12
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ COMMIT PREPARED 'foobar';
8383

8484
</refsect1>
8585

86+
<refsect1>
87+
<title>Compatibility</title>
88+
89+
<para>
90+
<command>COMMIT PREPARED</command> is a
91+
<productname>PostgreSQL</productname> extension. It is intended for use by
92+
external transaction management systems, some of which are covered by
93+
standards (such as X/Open XA), but the SQL side of those systems is not
94+
standardized.
95+
</para>
96+
</refsect1>
97+
8698
<refsect1>
8799
<title>See Also</title>
88100

doc/src/sgml/ref/prepare_transaction.sgml

+12
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,18 @@ PREPARE TRANSACTION 'foobar';
156156
</programlisting></para>
157157
</refsect1>
158158

159+
<refsect1>
160+
<title>Compatibility</title>
161+
162+
<para>
163+
<command>PREPARE TRANSACTION</command> is a
164+
<productname>PostgreSQL</productname> extension. It is intended for use by
165+
external transaction management systems, some of which are covered by
166+
standards (such as X/Open XA), but the SQL side of those systems is not
167+
standardized.
168+
</para>
169+
</refsect1>
170+
159171
<refsect1>
160172
<title>See Also</title>
161173

doc/src/sgml/ref/rollback_prepared.sgml

+12
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ ROLLBACK PREPARED 'foobar';
8383

8484
</refsect1>
8585

86+
<refsect1>
87+
<title>Compatibility</title>
88+
89+
<para>
90+
<command>ROLLBACK PREPARED</command> is a
91+
<productname>PostgreSQL</productname> extension. It is intended for use by
92+
external transaction management systems, some of which are covered by
93+
standards (such as X/Open XA), but the SQL side of those systems is not
94+
standardized.
95+
</para>
96+
</refsect1>
97+
8698
<refsect1>
8799
<title>See Also</title>
88100

0 commit comments

Comments
 (0)