Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce1468d

Browse files
committed
Fix regression test output
Missed this in the last commit.
1 parentd8f632c commitce1468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/regress/expected/identity.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,5 +356,5 @@ CREATE TABLE itest_parent (f1 date NOT NULL, f2 text, f3 bigint) PARTITION BY RA
356356
CREATE TABLE itest_child PARTITION OF itest_parent (
357357
f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY
358358
) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- error
359-
ERROR:identify columns are not supported on partitions
359+
ERROR:identity columns are not supported on partitions
360360
DROP TABLE itest_parent;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp