From: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
---|---|
To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Thom Brown <thom(at)linux(dot)com>, Dave Page <dpage(at)pgadmin(dot)org>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Configuring synchronous replication |
Date: | 2010-09-22 08:10:54 |
Message-ID: | 4C99BA0E.9060605@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On 22/09/10 03:25, Joshua D. Drake wrote:
> Why is this in the config file at all. It should be:
>
> synchronous_replication = TRUE/FALSE
Umm, what does this do?
> then
>
> ALTER CLUSTER ENABLE REPLICATION FOR FOO;
> ALTER CLUSTER SET keep_connect ON FOO TO TRUE;
>
> Or some such thing.
I like a configuration file more because you can easily add comments,
comment out lines, etc. It also makes it easier to have a different
configuration in master and standby. We don't support cascading slaves,
yet, but you might still want a different configuration in master and
slave, waiting for the moment that the slave is promoted to a new master.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2010-09-22 08:18:53 | Re: Configuring synchronous replication |
Previous Message | Joshua D. Drake | 2010-09-22 00:25:47 | Re: Configuring synchronous replication |
From | Date | Subject | |
---|---|---|---|
Next Message | subham | 2010-09-22 08:14:38 | Needs Suggestion |
Previous Message | Markus Wanner | 2010-09-22 07:48:12 | Re: Do we need a ShmList implementation? |