Skip to content
Snippets Groups Projects
Commit cf714c81 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Add compatibility information for prepared transaction commands

parent a33fcd7e
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,18 @@ COMMIT PREPARED 'foobar';
</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>
<title>See Also</title>
......
......@@ -156,6 +156,18 @@ PREPARE TRANSACTION 'foobar';
</programlisting></para>
</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>
<title>See Also</title>
......
......@@ -83,6 +83,18 @@ ROLLBACK PREPARED 'foobar';
</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>
<title>See Also</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment