From 008beba005c9990e2ba2a729c08585f051a24950 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Thu, 25 Dec 2025 00:27:19 +0900 Subject: [PATCH] doc: Use proper tags in pg_overexplain documentation. The pg_overexplain documentation previously used the tag for some file names, struct names, and commands. Update the markup to use the more appropriate tags: , , and . Backpatch to v18, where pg_overexplain was introduced. Author: Fujii Masao Reviewed-by: Shixin Wang Reviewed-by: Chao Li Discussion: https://postgr.es/m/CAHGQGwEyYUzz0LjBV_fMcdwU3wgmu0NCoT+JJiozPa8DG6eeog@mail.gmail.com Backpatch-through: 18 --- doc/src/sgml/pgoverexplain.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/pgoverexplain.sgml b/doc/src/sgml/pgoverexplain.sgml index 0c8db13e4f0..e399c1cbad5 100644 --- a/doc/src/sgml/pgoverexplain.sgml +++ b/doc/src/sgml/pgoverexplain.sgml @@ -39,8 +39,8 @@ LOAD 'pg_overexplain'; The DEBUG option displays miscellaneous information from the plan tree that is not normally shown because it is not expected to be of general interest. For each individual plan node, it will display the - following fields. See Plan in - nodes/plannodes.h for additional documentation of these + following fields. See Plan in + nodes/plannodes.h for additional documentation of these fields. @@ -82,8 +82,8 @@ LOAD 'pg_overexplain'; Once per query, the DEBUG option will display the - following fields. See PlannedStmt in - nodes/plannodes.h for additional detail. + following fields. See PlannedStmt in + nodes/plannodes.h for additional detail. @@ -97,7 +97,7 @@ LOAD 'pg_overexplain'; Flags. A comma-separated list of Boolean structure - member names from the PlannedStmt that are set to + member names from the PlannedStmt that are set to true. It covers the following structure members: hasReturning, hasModifyingCTE, canSetTag, transientPlan, @@ -177,7 +177,7 @@ LOAD 'pg_overexplain'; table entry (e.g. relation, subquery, or join), followed by the contents of various range table entry fields that are not normally part of - EXPLAIN output. Some of these fields are only displayed + EXPLAIN output. Some of these fields are only displayed for certain kinds of range table entries. For example, Eref is displayed for all types of range table entries, but CTE Name is displayed only for range table entries @@ -186,7 +186,7 @@ LOAD 'pg_overexplain'; For more information about range table entries, see the definition of - RangeTblEntry in nodes/parsenodes.h. + RangeTblEntry in nodes/parsenodes.h. -- 2.39.5