mirror of
https://github.com/HypoPG/hypopg
synced 2026-05-24 09:38:21 +00:00
Correct spelling in test script
This commit is contained in:
parent
0316eb9911
commit
06db8809c6
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-- Hypothetical on partitioned tabled
|
||||
-- Hypothetical on partitioned tables
|
||||
|
||||
CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer)
|
||||
PARTITION BY LIST (id1);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
-- Hypothetical on partitioned tabled
|
||||
-- Hypothetical on partitioned tables
|
||||
|
||||
CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer)
|
||||
PARTITION BY LIST (id1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue