1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

doc: Fix some typos and markups

Author: Ekaterina Kiryanova
Discussion: https://postgr.es/m/8a14e78f-6991-7a6e-4711-fe376635f2ad@postgrespro.ru
Backpatch-through: 14
This commit is contained in:
Michael Paquier
2021-09-29 11:56:13 +09:00
parent 5b0b699f74
commit c8dd2cb494
7 changed files with 18 additions and 16 deletions

View File

@@ -1936,11 +1936,11 @@ testdb=>
<para>
The status of each kind of extended statistics is shown in a column
named after its statistic kind (e.g. Ndistinct).
"defined" means that it was requested when creating the statistics,
and NULL means it wasn't requested.
You can use pg_stats_ext if you'd like to know whether <link linkend="sql-analyze">
<command>ANALYZE</command></link> was run and statistics are available to the
planner.
<literal>defined</literal> means that it was requested when creating
the statistics, and NULL means it wasn't requested.
You can use <structname>pg_stats_ext</structname> if you'd like to
know whether <link linkend="sql-analyze"><command>ANALYZE</command></link>
was run and statistics are available to the planner.
</para>
</listitem>
</varlistentry>