diff options
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 13a24a05e50..60069c15626 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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> |