Add missing references to database object statistics manipulation functions in documentation

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Add missing references to database object statistics manipulation functions in documentation
Date: 2025-05-22 11:17:19
Message-ID: 7c7e1ad5-fdf9-486f-bc63-40ac99b0461d@oss.nttdata.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

I noticed that the documentation is missing references to the database
object statistics manipulation functions such as pg_restore_relation_stats
in a few relevant places. For instance, the MAINTAIN privilege section
lists allowed operations but doesn't mention these functions, even though
they're covered. Likewise, the pg_class catalog section describes
what can update fields like reltuples, but omits these functions,
which also affect those fields.

So I'd like to propose adding these missing references to improve clarity.
Patch attached. Thought?

Regards,

--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment Content-Type Size
v1-0001-doc-Add-documentation-references-for-database-obj.patch text/plain 6.7 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2025-05-22 11:53:24 Hot standbys now support exporting snapshots while creating a logical replication slot
Previous Message Laurenz Albe 2025-05-21 06:12:06 Re: Postgres jsonb data