We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f632c commit ce1468dCopy full SHA for ce1468d
src/test/regress/expected/identity.out
@@ -356,5 +356,5 @@ CREATE TABLE itest_parent (f1 date NOT NULL, f2 text, f3 bigint) PARTITION BY RA
356
CREATE TABLE itest_child PARTITION OF itest_parent (
357
f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY
358
) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- error
359
-ERROR: identify columns are not supported on partitions
+ERROR: identity columns are not supported on partitions
360
DROP TABLE itest_parent;
0 commit comments