diff options
Diffstat (limited to 'contrib/pgstattuple/sql/pgstattuple.sql')
-rw-r--r-- | contrib/pgstattuple/sql/pgstattuple.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgstattuple/sql/pgstattuple.sql b/contrib/pgstattuple/sql/pgstattuple.sql index 25a0daa3312..a8e341e3518 100644 --- a/contrib/pgstattuple/sql/pgstattuple.sql +++ b/contrib/pgstattuple/sql/pgstattuple.sql @@ -103,7 +103,7 @@ select pgstatindex('test_partition'); select pgstatginindex('test_partition'); select pgstathashindex('test_partition'); --- an actual index of a partitiond table should work though +-- an actual index of a partitioned table should work though create index test_partition_idx on test_partition(a); create index test_partition_hash_idx on test_partition using hash (a); -- these should work |