pgsql: Improve docs for EXPLAIN (IO) - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Improve docs for EXPLAIN (IO)
Date
Msg-id E1wd99M-000ISw-0L@gemulon.postgresql.org
Whole thread
List pgsql-committers
Improve docs for EXPLAIN (IO)

Commit 681daed931 introduced a new EXPLAIN option "IO", but the docs
did not explain what information was added to the output. Expand the
description a little bit, similarly to the other EXPLAIN options.

While at it, fix a typo in the first sentence.

Author: Tomas Vondra <tomas@vondra.me>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ed9ec3abb601bbe6a22363ca5ac80959de8c14ef

Modified Files
--------------
doc/src/sgml/ref/explain.sgml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Take into account default_tablespace during MERGE/SPLIT PARTITIO
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Make crosstabview honor boolean/null display settings