Re: postgres in streaming replication mode - Mailing list pgsql-admin

From Fujii Masao
Subject Re: postgres in streaming replication mode
Date
Msg-id CAHGQGwEXbsABN5G_JHweJohh2H10H-4hcUjZgz3eb6WED=QG6Q@mail.gmail.com
Whole thread Raw
In response to postgres in streaming replication mode  (Megan <nagemnna@gmail.com>)
List pgsql-admin
On Tue, Nov 19, 2013 at 10:01 PM, Megan <nagemnna@gmail.com> wrote:
> Good day all,
>
> I'm running postgres 9.2.5 with streaming replication.  Is there a way to
> tell which database is the master other then the presence or lack of
> presence of the recovery.conf file?

You can use pg_is_in_recovery().
http://www.postgresql.org/docs/devel/static/functions-admin.html#FUNCTIONS-RECOVERY-CONTROL

This function returns false in the master, but returns true in the standby.

Regards,

--
Fujii Masao


pgsql-admin by date:

Previous
From: Megan
Date:
Subject: postgres in streaming replication mode
Next
From: bricklen
Date:
Subject: Re: Postgresql not accessible, recovering