doc: clarify "pg_signal_backend" default role
Ian Barwick <ian.barwick@2ndquadrant.com>
From: Ian Barwick <ian.barwick@2ndquadrant.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Cc: pgsql-docs <pgsql-docs@postgresql.org>
Date: 2019-06-10T02:06:54Z
Lists: pgsql-hackers, pgsql-docs
Attachments
- doc-pg_signal_backend.patch (text/x-patch) patch
Hi Currently the documentation for the default role "pg_signal_backend" states, somewhat ambiguously, "Send signals to other backends (eg: cancel query, terminate)", giving the impression other signals (e.g. SIGHUP) can be sent too, which is currently not the case. Attached patch clarifies this, adds a descriptive paragraph (similar to what the other default roles have) and a link to the "Server Signaling Functions" section. Patch applies cleanly to HEAD and REL_11_STABLE. Regards Ian Barwick -- Ian Barwick https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Doc: improve documentation of pg_signal_backend default role.
- e872432d629d 10.11 landed
- 8635d73e2f22 11.6 landed
- 458f01e254e0 13.0 landed
- 11f6271b87fa 12.0 landed