From: Magnus Hagander Date: Tue, 11 Jan 2011 09:45:16 +0000 (+0100) Subject: Typo fix X-Git-Tag: REL9_1_ALPHA4~471 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c400d330934eb6d70982af522f2bc0458eef48d;p=postgresql Typo fix Josh Kupershmidt --- diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index 6744dd6803..261cedc8d9 100644 --- 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