mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 01:28:51 +00:00
Fix typo in documentation.
This commit is contained in:
parent
c19cbe30f9
commit
f472fb12aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue