Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server. - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.
Date
Msg-id 3f0b79eb1002142323q48092e57i45467169757dc20c@mail.gmail.com
Whole thread Raw
In response to Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.  (Richard Huxton <dev@archonet.com>)
Responses Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.
List pgsql-hackers
On Sat, Feb 13, 2010 at 4:33 AM, Richard Huxton <dev@archonet.com> wrote:
> 2. Why have a finish.replication file, rather than "SELECT
> pg_finish_replication()"?

I thought that the trigger file method was more easy-to-use for the
existing users since it had been used in pg_standby for a long time
so far. So I used it. But I agree that activating the standby via
SQL would be useful for some cases.

Regards,

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Speed up CREATE DATABASE by deferring the fsyncs until after
Next
From: Richard Huxton
Date:
Subject: Re: PostgreSQL::PLPerl::Call - Simple interface for calling SQL functions from PostgreSQL PL/Perl