| From: | Melvin Davidson <melvin6925(at)gmail(dot)com> |
|---|---|
| To: | Bertrand Paquet <bertrand(dot)paquet(at)doctolib(dot)fr> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Replication |
| Date: | 2016-06-02 14:16:24 |
| Message-ID: | CANu8Fiw2HBCe0v7TzPOJ_yRPhRcqCQNRGcQWDYm9M-aH=KTGBQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)paquet(at)doctolib(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Mead | 2016-06-02 14:34:02 | Re: Replication |
| Previous Message | David G. Johnston | 2016-06-02 14:10:01 | Re: PL/PGSQL + inserts+updates+limit - Postgres 9.3 |