pgsql: doc: Use proper tags in pg_overexplain documentation.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Use proper tags in pg_overexplain documentation.
Date: 2025-12-24 15:28:47
Message-ID: E1vYQn8-002SMV-2k@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Use proper tags in pg_overexplain documentation.

The pg_overexplain documentation previously used the <literal> tag for
some file names, struct names, and commands. Update the markup to
use the more appropriate tags: <filename>, <structname>, and <command>.

Backpatch to v18, where pg_overexplain was introduced.

Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Shixin Wang <wang-shi-xin(at)outlook(dot)com>
Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHGQGwEyYUzz0LjBV_fMcdwU3wgmu0NCoT+JJiozPa8DG6eeog@mail.gmail.com
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/008beba005c9990e2ba2a729c08585f051a24950

Modified Files
--------------
doc/src/sgml/pgoverexplain.sgml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-12-24 15:29:09 pgsql: doc: Use proper tags in pg_overexplain documentation.
Previous Message Fujii Masao 2025-12-24 14:47:04 pgsql: Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-P