Fix typo in documentation.

This commit is contained in:
Julien Rouhaud 2018-12-04 09:43:03 +01:00
parent c19cbe30f9
commit f472fb12aa

View file

@ -264,7 +264,7 @@ Some other convenience functions are available:
- **hypopg_table()**: list all hypothetical partitions that have been created
- **hypopg_analyze(regclass, fraction)**: perform an operation similar to
ANALYZE on a hypothetically partitioned table, to get better estimates
- **hypopg_statistic(): returns the list of statistics gathered by
- **hypopg_statistic()**: returns the list of statistics gathered by
previous runs of **hypopg_analyze**, in the same format as `pg_statistic`.
For an easier reading, the view **hypopg_stats** exists, which returns the
data in the same format as `pg_stats`