pgsql: Improve some documentation about the bootstrap superuser.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve some documentation about the bootstrap superuser.
Date: 2024-01-19 03:40:46
Message-ID: E1rQfkM-0025pm-5A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d891dcc065a2b590102ec75121828fed97acf9ba

Modified Files
--------------
doc/src/sgml/glossary.sgml | 3 ++-
doc/src/sgml/ref/alter_role.sgml | 4 +++-
doc/src/sgml/user-manag.sgml | 2 +-
src/backend/commands/user.c | 2 +-
4 files changed, 7 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-01-19 04:21:18 pgsql: Fix incorrect placeholder in walreceiver.c
Previous Message Jeff Davis 2024-01-18 23:21:57 pgsql: Fix buildfarm error from commit 5c31669058.