| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Mention REPACK in MAINTAIN privilege descriptions |
| Date: | 2026-07-16 04:41:24 |
| Message-ID: | E1wkDuV-000ObO-39@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Mention REPACK in MAINTAIN privilege descriptions
REPACK requires the MAINTAIN privilege, but it was omitted from the
lists of commands covered by that privilege in ddl.sgml and the
description of the predefined pg_maintain role in user-manag.sgml.
This was an oversight in commit ac58465e061, which introduced
REPACK.
Add REPACK to both documentation lists, and update the corresponding
comment in aclchk.c.
Author: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
Reviewed-by: Ewan Young <kdbase(dot)hack(at)gmail(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAOzEurRJOVokiB2J8nrF569nX-ZMb0oRSB0C=yZQ17mZxd4_BQ@mail.gmail.com
Backpatch-through: 19
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/3ef575e4f190a26e50e46f2f8584a53b524660d0
Modified Files
--------------
doc/src/sgml/ddl.sgml | 3 ++-
doc/src/sgml/user-manag.sgml | 1 +
src/backend/catalog/aclchk.c | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2026-07-16 04:41:52 | pgsql: doc: Fix log_parameter_max_length docs to reference log_min_dura |
| Previous Message | Melanie Plageman | 2026-07-15 21:44:24 | pgsql: Introduce macros for WAL block reference IDs of some heap record |