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-0008Ly-9k@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0a2da5282a2372b651e2096f16d97d6029e5f54f

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.