]> granicus.if.org Git - postgresql/commit
Improve documentation of the role-dropping process.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Oct 2015 20:12:05 +0000 (16:12 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Oct 2015 20:12:05 +0000 (16:12 -0400)
commit1ea0c73c2b112911fb2ef297121be92d3b0ca35e
tree8ef5b7567dca55d7c6f5081276ec7c84f546aa70
parentb292ee79a6bc8a1a6610181fcdc2c4092c82eaf2
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.
doc/src/sgml/ref/drop_owned.sgml
doc/src/sgml/ref/drop_role.sgml
doc/src/sgml/ref/drop_user.sgml
doc/src/sgml/ref/reassign_owned.sgml
doc/src/sgml/user-manag.sgml