pgsql: Improve documentation of pageinspect

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve documentation of pageinspect
Date: 2019-08-23 11:43:39
Message-ID: E1i17yl-0007YU-TX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1fb2d78cb94672f4cfc0c1a2da9e0a534e3698f2

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-08-24 02:36:15 pgsql: Remove dry-run mode from isolationtester
Previous Message Bruce Momjian 2019-08-23 00:19:24 pgsql: doc: PG 12 relnotes, correct pg_stat_database.datoid to be datid