Improve documentation of the role-dropping process.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1ea0c73c2b112911fb2ef297121be92d3b0ca35e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-10-07T20:12:05Z
Releases: 9.6.0
Improve documentation of the role-dropping process.

In general one may have to run both REASSIGN OWNED and DROP OWNED to get
rid of all the dependencies of a role to be dropped.  This was alluded to
in the REASSIGN OWNED man page, but not really spelled out in full; and in
any case the procedure ought to be documented in a more prominent place
than that.  Add a section to the "Database Roles" chapter explaining this,
and do a bit of wordsmithing in the relevant commands' man pages.

Files

Documentation touched