From f472fb12aa91818d49d0b2610b4d0e8eb14cf6c7 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Tue, 4 Dec 2018 09:43:03 +0100 Subject: [PATCH] Fix typo in documentation. --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 10114c3..aff752a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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`