From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thom Brown <thom(at)linux(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Robert Haas <robertmhaas(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 12:32:00 |
Message-ID: | AANLkTik+Hpy0_eVetgs1nnoKnGe1SJj-DxZKwEu768xy@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Wed, Sep 22, 2010 at 1:25 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> XML is not the only alternative - please don't use it as a straw man. For
> example, here is a fragment from the Bacula docs using their hierarchical
> format:
>
> FileSet {
> Name = Test
> Include {
> File = /home/xxx/test
> Options {
> regex = ".*\.c$"
> }
> }
> }
>
> Or here is a piece from the buildfarm client config (which is in fact perl,
> but could also be JSON or similar fairly easily):
>
> mail_events =>
> {
> all => [],
> fail => [],
> change => ['foo(at)bar(dot)com', 'baz(at)blurfl(dot)org' ],
> green => [],
> },
> build_env =>
> {
> CCACHE_DIR => "/home/andrew/pgfarmbuild/ccache/$branch",
> },
Both of which I've also used in the past, and also find uncomfortable
and awkward for configuration files.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2010-09-22 13:01:24 | Re: Configuring synchronous replication |
Previous Message | Andrew Dunstan | 2010-09-22 12:25:40 | Re: Configuring synchronous replication |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2010-09-22 12:43:02 | Re: BUG #5661: The character encoding in logfile is confusing. |
Previous Message | Andrew Dunstan | 2010-09-22 12:25:40 | Re: Configuring synchronous replication |