small fix for pg_overexplain docs

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: small fix for pg_overexplain docs
Date: 2025-07-14 19:10:32
Message-ID: aHVWKM8l8kLlZzgv@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed that pg_overexplain's documentation leads off with this sentence:

The pg_overexplain extends EXPLAIN with...

Presumably that's meant to be something like:

The pg_overexplain MODULE extends EXPLAIN with...

Another pattern in adjacent pages is to leave out the "The":

pg_overexplain extends EXPLAIN with...

The attached patch removes the "The". If there are no objections, I will
commit this shortly.

--
nathan

Attachment Content-Type Size
fix_overexplain_docs.patch text/plain 616 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Scott Mead 2025-07-14 19:12:08 Re: Disable parallel query by default
Previous Message David G. Johnston 2025-07-14 19:00:21 Re: pg_overexplain extension name