File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ select pgstatginindex('test_partition');
223223ERROR: relation "test_partition" is not a GIN index
224224select pgstathashindex('test_partition');
225225ERROR: "test_partition" is not an index
226- -- an actual index of a partitiond table should work though
226+ -- an actual index of a partitioned table should work though
227227create index test_partition_idx on test_partition(a);
228228create index test_partition_hash_idx on test_partition using hash (a);
229229WARNING: hash indexes are not WAL-logged and their use is discouraged
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ select pgstatindex('test_partition');
103103select pgstatginindex(' test_partition' );
104104select pgstathashindex(' test_partition' );
105105
106- -- an actual index of a partitiond table should work though
106+ -- an actual index of a partitioned table should work though
107107create index test_partition_idx on test_partition(a);
108108create index test_partition_hash_idx on test_partition using hash (a);
109109-- these should work
You can’t perform that action at this time.
0 commit comments