Re: [patch] [doc] Clarify that signal functions have no feedback
От
Heikki Linnakangas
Тема
Re: [patch] [doc] Clarify that signal functions have no feedback
Дата
Msg-id
633cc9f1-d942-ceec-f8fe-17bcc21772d2@iki.fi
Ответ на
Re: [patch] [doc] Clarify that signal functions have no feedback (David G. Johnston)
Список
Дерево обсуждения
[patch] [doc] Clarify that signal functions have no feedback "David G. Johnston" <david.g.johnston@gmail.com>
Re: [patch] [doc] Clarify that signal functions have no feedback Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Re: [patch] [doc] Clarify that signal functions have no feedback "David G. Johnston" <david.g.johnston@gmail.com>
Re: [patch] [doc] Clarify that signal functions have no feedback Heikki Linnakangas <hlinnaka@iki.fi>
Re: [patch] [doc] Clarify that signal functions have no feedback "David G. Johnston" <david.g.johnston@gmail.com>
Re: [patch] [doc] Clarify that signal functions have no feedback Heikki Linnakangas <hlinnaka@iki.fi>
On 02/11/2020 18:02, David G. Johnston wrote:
> diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
> index bf6004f321..43bc2cf086 100644
> --- a/doc/src/sgml/func.sgml
> +++ b/doc/src/sgml/func.sgml
> @@ -23892,7 +23892,8 @@ SELECT collation for ('foo' COLLATE "de_DE");
>
>
> The functions shown in - linkend="functions-admin-signal-table"/> send control signals to
> + linkend="functions-admin-signal-table"/> send uni-directional
> + control signals to
> other server processes. Use of these functions is restricted to
> superusers by default but access may be granted to others using
> GRANT, with noted exceptions.
The "uni-directional" sounds a bit redundant, "send" implies that it's
uni-directional I think.
> @@ -23900,7 +23901,8 @@ SELECT collation for ('foo' COLLATE "de_DE");
>
>
> Each of these functions returns true if
> - successful and false otherwise.
> + the signal was successfully sent and false
> + if the sending of the signal failed.
>
This is a good clarification.
> В списке pgsql-hackers по дате отправления