@@ -39,8 +39,8 @@ LOAD 'pg_overexplain';
3939 The <literal>DEBUG</literal> option displays miscellaneous information from
4040 the plan tree that is not normally shown because it is not expected to be
4141 of general interest. For each individual plan node, it will display the
42- following fields. See <literal >Plan</literal > in
43- <literal >nodes/plannodes.h</literal > for additional documentation of these
42+ following fields. See <structname >Plan</structname > in
43+ <filename >nodes/plannodes.h</filename > for additional documentation of these
4444 fields.
4545 </para>
4646
@@ -82,8 +82,8 @@ LOAD 'pg_overexplain';
8282
8383 <para>
8484 Once per query, the <literal>DEBUG</literal> option will display the
85- following fields. See <literal >PlannedStmt</literal > in
86- <literal >nodes/plannodes.h</literal > for additional detail.
85+ following fields. See <structname >PlannedStmt</structname > in
86+ <filename >nodes/plannodes.h</filename > for additional detail.
8787 </para>
8888
8989 <itemizedlist>
@@ -97,7 +97,7 @@ LOAD 'pg_overexplain';
9797 <listitem>
9898 <para>
9999 <literal>Flags</literal>. A comma-separated list of Boolean structure
100- member names from the <literal >PlannedStmt</literal > that are set to
100+ member names from the <structname >PlannedStmt</structname > that are set to
101101 <literal>true</literal>. It covers the following structure members:
102102 <literal>hasReturning</literal>, <literal>hasModifyingCTE</literal>,
103103 <literal>canSetTag</literal>, <literal>transientPlan</literal>,
@@ -177,7 +177,7 @@ LOAD 'pg_overexplain';
177177 table entry (e.g. <literal>relation</literal>,
178178 <literal>subquery</literal>, or <literal>join</literal>), followed by the
179179 contents of various range table entry fields that are not normally part of
180- <literal >EXPLAIN</literal > output. Some of these fields are only displayed
180+ <command >EXPLAIN</command > output. Some of these fields are only displayed
181181 for certain kinds of range table entries. For example,
182182 <literal>Eref</literal> is displayed for all types of range table entries,
183183 but <literal>CTE Name</literal> is displayed only for range table entries
@@ -186,7 +186,7 @@ LOAD 'pg_overexplain';
186186
187187 <para>
188188 For more information about range table entries, see the definition of
189- <literal >RangeTblEntry</literal > in <literal >nodes/parsenodes.h</literal >.
189+ <structname >RangeTblEntry</structname > in <filename >nodes/parsenodes.h</filename >.
190190 </para>
191191 </sect2>
192192
0 commit comments