Re: BUG #7803: Replication Problem(no master is there)

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: BUG #7803: Replication Problem(no master is there)
Дата
Msg-id CA+U5nMJEVsP6dKuthyD1GpuW-LPeToPjpvtL3gZEC5Nv7_YROQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #7803: Replication Problem(no master is there)  (Tomonari Katsumata <katsumata.tomonari@po.ntts.co.jp>)
Ответы Re: BUG #7803: Replication Problem(no master is there)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-bugs
On 15 January 2013 05:12, Tomonari Katsumata
<katsumata.tomonari@po.ntts.co.jp> wrote:

>> We added a REPLICATION privelge onto user accounts to control access.
>>
>> Perhaps we should add a CASCADE privilege as well, so that we can
>> control whether we can connect to a master and/or a standby.
>>
>> Syntax would be
>>
>> ALTER USER foo
>> [MASTER | CASCADE] REPLICATION
>>
>> REPLICATION allows both master and cascaded replication (same as now)
>> MASTER REPLICATION allows master only
>> CASCADE REPLICATION allows cascaded replication only
>> NOREPLICATION allows neither option
>>

> Someone is working for it already ?
> If not yet, may I try to implement it ?

Please do. It looks fairly short.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tomonari Katsumata
Дата:
Сообщение: Re: BUG #7803: Replication Problem(no master is there)
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #7803: Replication Problem(no master is there)