pgsql: doc: Improve description of pg_get_multixact_stats()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Improve description of pg_get_multixact_stats()
Date: 2026-06-26 01:48:02
Message-ID: E1wcvfm-000E4h-39@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Improve description of pg_get_multixact_stats()

This addresses two gaps in the documentation:
- The function uses an xid, and was not mentioned as an exception in a
section of the docs related to xid8.
- The function returns NULL if a role does not have the privileges of
pg_read_all_stats. The execution is not denied.

Author: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Author: Yingying Chen <cyy9255(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAGGTb65Qmtor2nJP-ATgfWpMpD2qhKrdyO7fmRbbS++nQ=vtMw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/30937c60cd9d9069a0377214d9675a7128a2e5a1

Modified Files
--------------
doc/src/sgml/func/func-info.sgml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2026-06-26 12:25:30 pgsql: Take into account default_tablespace during MERGE/SPLIT PARTITIO
Previous Message Masahiko Sawada 2026-06-25 21:26:10 pgsql: Mark uuid-to-bytea cast as leakproof.