small fix for pg_overexplain docs
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2025-07-14T19:10:32Z
Lists: pgsql-hackers
Attachments
- fix_overexplain_docs.patch (text/plain) patch
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
Commits
-
doc: Add note about how to use pg_overexplain.
- c4b5cd095675 18.0 landed
- 26cc96d4521a 19 (unreleased) landed