From cf714c81086a85b7558a84ebd024f6a5eec2a5ee Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Mon, 16 Apr 2012 22:40:54 +0300
Subject: Add compatibility information for prepared transaction commands
---
doc/src/sgml/ref/commit_prepared.sgml | 12 ++++++++++++
doc/src/sgml/ref/prepare_transaction.sgml | 12 ++++++++++++
doc/src/sgml/ref/rollback_prepared.sgml | 12 ++++++++++++
3 files changed, 36 insertions(+)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/commit_prepared.sgml b/doc/src/sgml/ref/commit_prepared.sgml
index 2af677fcb06..ecd0c525f20 100644
--- a/doc/src/sgml/ref/commit_prepared.sgml
+++ b/doc/src/sgml/ref/commit_prepared.sgml
@@ -83,6 +83,18 @@ COMMIT PREPARED 'foobar';
+
+ Compatibility
+
+
+ COMMIT PREPARED is a
+ PostgreSQL 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.
+
+
+
See Also
diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml
index a10aa35d386..a379819a0aa 100644
--- a/doc/src/sgml/ref/prepare_transaction.sgml
+++ b/doc/src/sgml/ref/prepare_transaction.sgml
@@ -156,6 +156,18 @@ PREPARE TRANSACTION 'foobar';
+
+ Compatibility
+
+
+ PREPARE TRANSACTION is a
+ PostgreSQL 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.
+
+
+
See Also
diff --git a/doc/src/sgml/ref/rollback_prepared.sgml b/doc/src/sgml/ref/rollback_prepared.sgml
index 9592b92f321..514e5ae441a 100644
--- a/doc/src/sgml/ref/rollback_prepared.sgml
+++ b/doc/src/sgml/ref/rollback_prepared.sgml
@@ -83,6 +83,18 @@ ROLLBACK PREPARED 'foobar';
+
+ Compatibility
+
+
+ ROLLBACK PREPARED is a
+ PostgreSQL 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.
+
+
+
See Also
--
cgit v1.2.3