Re: dividing privileges for replication role.

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: dividing privileges for replication role.
Дата
Msg-id CABUevEztOm4YPDrWiP0K=Hp3-MSo3ty+DoJV5eRobw3-wGC4Vw@mail.gmail.com
обсуждение исходный текст
Ответ на dividing privileges for replication role.  (Tomonari Katsumata <t.katsumata1122@gmail.com>)
Список pgsql-hackers
On Sat, Jan 19, 2013 at 4:47 AM, Tomonari Katsumata
<t.katsumata1122@gmail.com> wrote:
> Hi,
>
> I made a patch to divide privileges for replication role.
>
> Currently(9.2), the privilege for replication role is
> true / false which means that standby server is able to
> connect to another server or not with the replication role.

Why is it better to do this with a privilege, rather than just using
pg_hba.conf? It doesn't represent an actual "permission level" after
all - it's just an administrative "flag" to say you can't connect.
Which AFAICS can just as easily be handled in pg_hba.conf? I guess I'm
missing something?

--Magnus HaganderMe: http://www.hagander.net/Work: http://www.redpill-linpro.com/



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

Предыдущее
От: Satoshi Nagayasu
Дата:
Сообщение: Re: New statistics for WAL buffer dirty writes
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [WIP] pg_ping utility