pgsql: doc: Fix description about pg_stat_statements.track_planning. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Fix description about pg_stat_statements.track_planning.
Date
Msg-id E1m176R-0005mH-6f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Fix description about pg_stat_statements.track_planning.

This commit fixes wrong wording like "a fewer kinds"
in the description about track_planning option.

Back-patch to v13 where pg_stat_statements.track_planning was added.

Author: Justin Pryzby
Reviewed-by: Julien Rouhaud, Fujii Masao
Discussion: https://postgr.es/m/20210418233615.GB7256@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9d2a7757347cb1adb48599fce4dcde0f1fc9e9ae

Modified Files
--------------
doc/src/sgml/pgstatstatements.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix description about pg_stat_statements.track_planning.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix crash in postgres_fdw for provably-empty remote UPDATE/DELET