Release notes wording about logical replication as table owner

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Release notes wording about logical replication as table owner
Дата
Msg-id CABUevEwBXi5oqqMj429Lxjro1uu-fdKgSkJtgJS5aTOmujEGQQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Release notes wording about logical replication as table owner
Список pgsql-hackers
We have:

"This improves security and now requires subscription owners to be
either superusers or to have SET ROLE permissions on all tables in the
replication set. The previous behavior of performing all operations as
the subscription owner can be enabled with the subscription
run_as_owner option."

How does one have SET ROLE permissions on a table? I think that's
supposed to be:

"subscription owners be either superusers or to have SET ROLE
permissions on all roles owning tables in the replication set."

Or something like that? Or can someone suggest a better wording?

//Magnus



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Obsolete reference to pg_relation in comment
Следующее
От: Chris Cleveland
Дата:
Сообщение: Simple CustomScan example