Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf714c8

Browse files
committed
Add compatibility information for prepared transaction commands
1 parenta33fcd7 commitcf714c8

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

‎doc/src/sgml/ref/commit_prepared.sgml

Lines changed: 12 additions & 0 deletions
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

Lines changed: 12 additions & 0 deletions
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

Lines changed: 12 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp