File tree 3 files changed +36
-0
lines changed
3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,18 @@ COMMIT PREPARED 'foobar';
83
83
84
84
</refsect1>
85
85
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
+
86
98
<refsect1>
87
99
<title>See Also</title>
88
100
Original file line number Diff line number Diff line change @@ -156,6 +156,18 @@ PREPARE TRANSACTION 'foobar';
156
156
</programlisting></para>
157
157
</refsect1>
158
158
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
+
159
171
<refsect1>
160
172
<title>See Also</title>
161
173
Original file line number Diff line number Diff line change @@ -83,6 +83,18 @@ ROLLBACK PREPARED 'foobar';
83
83
84
84
</refsect1>
85
85
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
+
86
98
<refsect1>
87
99
<title>See Also</title>
88
100
You can’t perform that action at this time.
0 commit comments