Re: postgres in streaming replication mode

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: postgres in streaming replication mode
Дата
Msg-id CAHGQGwEXbsABN5G_JHweJohh2H10H-4hcUjZgz3eb6WED=QG6Q@mail.gmail.com
обсуждение исходный текст
Ответ на postgres in streaming replication mode  (Megan <nagemnna@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Megan
Дата:
Сообщение: postgres in streaming replication mode
Следующее
От: bricklen
Дата:
Сообщение: Re: Postgresql not accessible, recovering