Improve some documentation about the bootstrap superuser.
authorNathan Bossart <nathan@postgresql.org>
Fri, 19 Jan 2024 03:39:51 +0000 (21:39 -0600)
committerNathan Bossart <nathan@postgresql.org>
Fri, 19 Jan 2024 03:39:51 +0000 (21:39 -0600)
commitd891dcc065a2b590102ec75121828fed97acf9ba
treeae0ab15813154d30b0f37ab725f7bce1cd513a85
parentdd3ca8cbb0141f158545e9ecdd12c89279942e36
Improve some documentation about the bootstrap superuser.

This commit adds some notes about the inability to remove superuser
privileges from the bootstrap superuser.  This has been blocked
since commit e530be2c5c, but it wasn't intended be a supported
feature before that, either.

In passing, change "bootstrap user" to "bootstrap superuser" in a
couple places.

Author: Yurii Rashkovskii
Reviewed-by: Vignesh C, David G. Johnston
Discussion: https://postgr.es/m/CA%2BRLCQzSx_eTC2Fch0EzeNHD3zFUcPvBYOoB%2BpPScFLch1DEQw%40mail.gmail.com
doc/src/sgml/glossary.sgml
doc/src/sgml/ref/alter_role.sgml
doc/src/sgml/user-manag.sgml
src/backend/commands/user.c