]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Mention REPACK in MAINTAIN privilege descriptions
authorFujii Masao <fujii@postgresql.org>
Thu, 16 Jul 2026 04:37:28 +0000 (13:37 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 16 Jul 2026 04:38:13 +0000 (13:38 +0900)
commit8a84ddd8c63289e14e1e1cc2c8a4a9c41f652e1a
tree50b3ca69833a9a4c6a01ded40d46b6c4b2c25751
parent54bf009052edadf85658a94eeece2ea355480b23
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.kato@gmail.com>
Reviewed-by: Ewan Young <kdbase.hack@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CAOzEurRJOVokiB2J8nrF569nX-ZMb0oRSB0C=yZQ17mZxd4_BQ@mail.gmail.com
Backpatch-through: 19
doc/src/sgml/ddl.sgml
doc/src/sgml/user-manag.sgml
src/backend/catalog/aclchk.c