Add compatibility information for prepared transaction commands
This commit is contained in:
parent
a33fcd7e79
commit
cf714c8108
@ -83,6 +83,18 @@ COMMIT PREPARED 'foobar';
|
|||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>Compatibility</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<command>COMMIT PREPARED</command> is a
|
||||||
|
<productname>PostgreSQL</productname> extension. It is intended for use by
|
||||||
|
external transaction management systems, some of which are covered by
|
||||||
|
standards (such as X/Open XA), but the SQL side of those systems is not
|
||||||
|
standardized.
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
|
@ -156,6 +156,18 @@ PREPARE TRANSACTION 'foobar';
|
|||||||
</programlisting></para>
|
</programlisting></para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>Compatibility</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<command>PREPARE TRANSACTION</command> is a
|
||||||
|
<productname>PostgreSQL</productname> extension. It is intended for use by
|
||||||
|
external transaction management systems, some of which are covered by
|
||||||
|
standards (such as X/Open XA), but the SQL side of those systems is not
|
||||||
|
standardized.
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
|
@ -83,6 +83,18 @@ ROLLBACK PREPARED 'foobar';
|
|||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
<refsect1>
|
||||||
|
<title>Compatibility</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<command>ROLLBACK PREPARED</command> is a
|
||||||
|
<productname>PostgreSQL</productname> extension. It is intended for use by
|
||||||
|
external transaction management systems, some of which are covered by
|
||||||
|
standards (such as X/Open XA), but the SQL side of those systems is not
|
||||||
|
standardized.
|
||||||
|
</para>
|
||||||
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>See Also</title>
|
<title>See Also</title>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user