pgsql: doc: Fix description about pg_stat_statements.track_planning.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description about pg_stat_statements.track_planning.
Date: 2021-07-07 12:56:35
Message-ID: E1m176R-0005mH-6f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-07-07 19:21:34 pgsql: Fix crash in postgres_fdw for provably-empty remote UPDATE/DELET
Previous Message Fujii Masao 2021-07-07 12:56:20 pgsql: doc: Fix description about pg_stat_statements.track_planning.