pgsql: Improve documentation of pageinspect - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Improve documentation of pageinspect
Date
Msg-id E1i17yl-0007YP-TA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve documentation of pageinspect

This adds a section for heap-related functions.  These were previously
mixed with functions having a more general purpose, leading to
confusion.  While on it, add a query example for fsm_page_contents.

Backpatch down to 10, where b5e3942 introduced the subsections for
function types in pageinspect documentation.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoDyM7E1+cK3-aWejxKTGC-wVVP2B+RnJhN6inXyeRmqzw@mail.gmail.com
Backpatch-through: 10

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/292ae8af79b4f1b09a327d39e80ef70943a28194

Modified Files
--------------
doc/src/sgml/pageinspect.sgml | 56 +++++++++++++++++++++++++------------------
1 file changed, 33 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 12 relnotes,correct pg_stat_database.datoid to be datid
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove dry-run mode from isolationtester