pgsql: Clarify that streaming replication can be both async and sync

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify that streaming replication can be both async and sync
Date: 2013-01-20 15:13:37
Message-ID: E1TwwaX-0008M1-BS@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify that streaming replication can be both async and sync

Josh Kupershmidt

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/437ecd15880c833427ced9e3ebe3893d068f8478

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-20 18:45:55 pgsql: Fix an O(N^2) performance issue for sessions modifying many rela
Previous Message Tom Lane 2013-01-19 22:56:49 pgsql: Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.