| From: | Shinya Kato <shinya11(dot)kato(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | doc: REPACK is missing from the MAINTAIN privilege documentation |
| Date: | 2026-07-15 04:01:47 |
| Message-ID: | CAOzEurRJOVokiB2J8nrF569nX-ZMb0oRSB0C=yZQ17mZxd4_BQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi hackers,
REPACK requires the MAINTAIN privilege, as its documentation states,
but REPACK is missing from the two places that enumerate the commands
MAINTAIN covers: the MAINTAIN privilege description in ddl.sgml and
the pg_maintain predefined role description in user-manag.sgml. This
looks like an oversight in commit ac58465e061, which introduced
REPACK.
The attached patch adds REPACK next to CLUSTER in both places.
Thoughts?
--
Best regards,
Shinya Kato
NTT OSS Center
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-doc-Add-REPACK-to-the-list-of-commands-allowed-by.patch | application/octet-stream | 2.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Smith | 2026-07-15 04:48:59 | Re: Support EXCEPT for TABLES IN SCHEMA publications |
| Previous Message | wenhui qiu | 2026-07-15 03:47:21 | Re: Report oldest xmin source when autovacuum cannot remove tuples |