Re: Patch: doc for pg_logical_emit_message()

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Patch: doc for pg_logical_emit_message()
Дата
Msg-id CAHGQGwGB11ytJT0OGaHr3i2C81mWCXjC+YUvj4u-zUNRMjQXtQ@mail.gmail.com
обсуждение исходный текст
Ответ на RE: Patch: doc for pg_logical_emit_message()  ("Matsumura, Ryo" <matsumura.ryo@jp.fujitsu.com>)
Ответы RE: Patch: doc for pg_logical_emit_message()  ("Matsumura, Ryo" <matsumura.ryo@jp.fujitsu.com>)
Список pgsql-hackers
On Wed, Apr 24, 2019 at 11:12 AM Matsumura, Ryo
<matsumura.ryo@jp.fujitsu.com> wrote:
>
> On Tue. Apr. 23, 2019 at 02:59 AM Masao, Fujii
> <masao.fujii@gmail.com> wrote:
>
> Thank you for the comment.
>
> > So I think that the patch should fix also the description for those
> > replication functions. Thought?
>
> I think so too.
> I attach a new patch.

Thanks for updating the patch!

+    Use of functions for replication origin is restricted to superusers.
+    Use of functions for replication slot is restricted to superusers
and replication roles.

"replication role" is a bit confusing. For example, we have
"replication role" related to session_replication_role. So
I think it's better to use something like "users having
<literal>REPLICATION</literal> privilege".

+    Only <function>pg_logical_emit_message</function> can be used by any users.

Not any user, I think. For example, what about a user not having
EXECUTE privilege on pg_logical_emit_message function?
I don't think that this description only for pg_logical_emit_message
is necessary.

Regards,

-- 
Fujii Masao



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [Patch] Check file type before calling AllocateFile() for files out of pg data directory to avoid potential issues (e.g. hang).
Следующее
От: Antonin Houska
Дата:
Сообщение: Re: "WIP: Data at rest encryption" patch and, PostgreSQL 11-beta3