Re: Configuring synchronous replication - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Configuring synchronous replication
Date
Msg-id AANLkTimeXTFQ3rybVJJQDQhoeh+6gU4_UvuUNsRvyP9K@mail.gmail.com
Whole thread Raw
In response to Re: Configuring synchronous replication  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Configuring synchronous replication  (Josh Berkus <josh@agliodbs.com>)
Re: Configuring synchronous replication  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Re: Configuring synchronous replication  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
On Sat, Sep 18, 2010 at 5:42 PM, Josh Berkus <josh@agliodbs.com> wrote:
> There are considerable benefits to having a standby registry with a
> table-like interface.  Particularly, one where we could change
> replication via UPDATE (or ALTER STANDBY) statements.

I think that using a system catalog for this is going to be a
non-starter, but we could use a flat file that is designed to be
machine-editable (and thus avoid repeating the mistake we've made with
postgresql.conf).

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Configuring synchronous replication
Next
From: Robert Haas
Date:
Subject: Re: psql's \dn versus temp schemas