1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Fix some trailing whitespace in documentation files

This commit is contained in:
Peter Eisentraut
2021-04-22 22:47:57 +02:00
parent 43b55ec4bc
commit 197d33ccbe
9 changed files with 12 additions and 12 deletions

View File

@@ -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.