Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661c207 commit 79e35bbCopy full SHA for 79e35bb
src/bin/pg_upgrade/check.c
@@ -1656,7 +1656,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
1656
"If the parent column(s) are NOT NULL, then the child column must\n"
1657
"also be marked NOT NULL, or the upgrade will fail.\n"
1658
"You can fix this by running\n"
1659
- " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
+ " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
1660
"on each column listed in the file:\n"
1661
" %s", output_path);
1662
}
0 commit comments