Re: Replication - Mailing list pgsql-general

From Melvin Davidson
Subject Re: Replication
Date
Msg-id CANu8Fiw2HBCe0v7TzPOJ_yRPhRcqCQNRGcQWDYm9M-aH=KTGBQ@mail.gmail.com
Whole thread Raw
In response to Replication  (Bertrand Paquet <bertrand.paquet@doctolib.fr>)
Responses Re: Replication  (Scott Mead <scottm@openscg.com>)
List pgsql-general
It's been a few years since I worked with slony, and you did not state which version of slony or PostgreSQL you are working with, nor did you indicate the O/S.
That being said, you should be able to formulate a query with a join between sl_path & sl_node that gives you the information you need.

On Thu, Jun 2, 2016 at 9:32 AM, Bertrand Paquet <bertrand.paquet@doctolib.fr> wrote:
Hi,

On an hot standby streaming server, is there any way to know, in SQL, to know the ip of current master ?
The solution I have is to read the recovery.conf file to find primary_conninfo, but, it can be false.

Regards,

Bertrand



--
Melvin Davidson
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: PL/PGSQL + inserts+updates+limit - Postgres 9.3
Next
From: Scott Mead
Date:
Subject: Re: Replication