Re: Cluster feature: Start/stop archiving at runtime - Mailing list pgsql-cluster-hackers

From Fujii Masao
Subject Re: Cluster feature: Start/stop archiving at runtime
Date
Msg-id 3f0b79eb1003020026n327429eje1c0b3d113a5cbcf@mail.gmail.com
Whole thread Raw
In response to Re: Cluster feature: Start/stop archiving at runtime  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Responses Re: Cluster feature: Start/stop archiving at runtime
List pgsql-cluster-hackers
On Tue, Mar 2, 2010 at 4:42 PM, Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
> My interpretation of this paragraph is, if we set archive_command to
> empty string, PostgreSQL accumulates all WAL under pg_xlog. i.e. no
> WAL resuing occurs. Maybe set archive_command to /bin/true is enough
> for pgpool-II, but it needs to rewrite postgresql.conf by pgpool. That
> may make users to feel uncomfortable, I'm afraid.

I understood that what is needed here is the capability to start/stop
archiving without changing any configuration file. Instead of reloading
the conf file, what API do you want? Controlling archiving via system
catalog like pg_autovacuum (though it's obsolete) is sufficient?

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

pgsql-cluster-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Cluster feature: Start/stop archiving at runtime
Next
From: Tatsuo Ishii
Date:
Subject: Re: Cluster feature: Start/stop archiving at runtime