diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2021-04-22 22:47:57 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2021-04-22 22:47:57 +0200 |
commit | 197d33ccbe888fc84ae4e49bb241e88ea3c81f15 (patch) | |
tree | 149b9119adeaf7489d2f73678b993c60881fb1b7 /doc/src/sgml/ref/psql-ref.sgml | |
parent | 43b55ec4bc3bc06596d966391f16defe016310ec (diff) |
Fix some trailing whitespace in documentation files
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. |