diff options
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index bd4f26e6cc8..3b9ec5e0a39 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1937,7 +1937,7 @@ testdb=> 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. + 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. |