small fix for pg_overexplain docs - Mailing list pgsql-hackers

From Nathan Bossart
Subject small fix for pg_overexplain docs
Date
Msg-id aHVWKM8l8kLlZzgv@nathan
Whole thread Raw
Responses Re: small fix for pg_overexplain docs
Re: small fix for pg_overexplain docs
List 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

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg_overexplain extension name
Next
From: "Scott Mead"
Date:
Subject: Re: Disable parallel query by default