25.1. Comparison of Different Solutions

From: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: 25.1. Comparison of Different Solutions
Date: 2015-08-04 15:45:53
Message-ID: CAAfz9KP1K6KGJ=zmtwp58wsACgCXCnicf_eByF=ocjEQ2YrKtw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

In "Statement-Based Replication Middleware", in
"(PREPARE TRANSACTION and COMMIT PREPARED."
missed closing parenthesis.

In "Synchronous Multimaster Replication" mentioned that
"PostgreSQL does not offer this type of replication, though
PostgreSQL two-phase commit (PREPARE TRANSACTION
and COMMIT PREPARED) can be used to implement this in
application code or middleware."
But in "Notes" of "PREPARE TRANSACTION" menitioned that:
"PREPARE TRANSACTION is not intended for use in applications
or interactive sessions."
I suggest to change to:
"PREPARE TRANSACTION is not intended for typical use in
applications or interactive sessions."

Also in "Notes" of "PREPARE TRANSACTION"
"It is not currently allowed to PREPARE a transaction"
I suggest to change to:
"It is not currently allowed to prepare a transaction".

--
// Dmitry.

Browse pgsql-docs by date

  From Date Subject
Next Message clingareddy 2015-08-04 20:02:04 BDR
Previous Message Tom Lane 2015-08-04 14:18:39 Re: 21.3 Template database