pgsql: Doc: improve documentation of pg_signal_backend default role.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve documentation of pg_signal_backend default role.
Date: 2019-08-27 22:03:24
Message-ID: E1i2jYi-0006W7-Tc@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: improve documentation of pg_signal_backend default role.

Give it an explanatory para like the other default roles have.
Don't imply that it can send any signal whatever.

In passing, reorder the table entries and explanatory paras
for the default roles into some semblance of consistency.

Ian Barwick, tweaked a bit by me.

Discussion: https://postgr.es/m/89907e32-76f3-7282-a89c-ea19c722fe5d@2ndquadrant.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8635d73e2f2297820751e725c0c8a01e507cf951

Modified Files
--------------
doc/src/sgml/user-manag.sgml | 49 ++++++++++++++++++++++++++------------------
1 file changed, 29 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-08-27 23:49:29 pgsql: Set application_name per-test in isolation and ecpg tests.
Previous Message Tom Lane 2019-08-27 21:25:02 pgsql: Improve what pg_strsignal prints if we haven't got strsignal(3).