projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ebda9
)
Typo fix
author
Magnus Hagander
Tue, 11 Jan 2011 09:45:16 +0000
(10:45 +0100)
committer
Magnus Hagander
Tue, 11 Jan 2011 09:45:16 +0000
(10:45 +0100)
Josh Kupershmidt
doc/src/sgml/ref/prepare_transaction.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/prepare_transaction.sgml
b/doc/src/sgml/ref/prepare_transaction.sgml
index 6744dd6803c49290577a0e1a4edd828def00b423..261cedc8d9c7f0b0f0e3b2cff6eb7b4ec4f6b902 100644
(file)
--- a/
doc/src/sgml/ref/prepare_transaction.sgml
+++ b/
doc/src/sgml/ref/prepare_transaction.sgml
@@
-84,7
+84,7
@@
PREPARE TRANSACTION
transaction_id
PREPARE TRANSACTION> is not intended for use in applications
- or interactive sessions. It
'
s purpose is to allow an external
+ or interactive sessions. Its purpose is to allow an external
transaction manager to perform atomic global transactions across multiple
databases or other transactional resources. Unless you're writing a
transaction manager, you probably shouldn't be using
PREPARE