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 747e869 commit 1601310Copy full SHA for 1601310
src/bin/pg_upgrade/check.c
@@ -1100,7 +1100,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
1100
"If the parent column(s) are NOT NULL, then the child column must\n"
1101
"also be marked NOT NULL, or the upgrade will fail.\n"
1102
"You can fix this by running\n"
1103
- " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
+ " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
1104
"on each column listed in the file:\n"
1105
" %s\n\n", output_path);
1106
}
0 commit comments