pgsql: doc: Document that MAINTAIN privilege allows statistics manipula

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Document that MAINTAIN privilege allows statistics manipula
Date: 2025-06-12 05:54:35
Message-ID: E1uPatX-001GyU-0X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Document that MAINTAIN privilege allows statistics manipulation functions.

Database object statistics manipulation functions were introduced
in PostgreSQL 18 and are permitted under the MAINTAIN privilege.
However, the documentation previously did not mention these functions
in the list of allowed operations.

This commit updates the MAINTAIN privilege documentation to
explicitly include statistics manipulation functions, clarifying
what the privilege covers.

Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Robert Treat <rob(at)xzilla(dot)net>
Discussion: https://postgr.es/m/7c7e1ad5-fdf9-486f-bc63-40ac99b0461d@oss.nttdata.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ddl.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-06-12 12:22:13 pgsql: Fix squashing algorithm for query texts
Previous Message Michael Paquier 2025-06-12 01:09:18 pgsql: Revert support for improved tracking of nested queries