1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

Add compatibility information for prepared transaction commands

This commit is contained in:
Peter Eisentraut
2012-04-16 22:40:54 +03:00
parent a33fcd7e79
commit cf714c8108
3 changed files with 36 additions and 0 deletions

View File

@@ -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>