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 835c937 commit 63c79a6Copy full SHA for 63c79a6
src/bin/pg_upgrade/check.c
@@ -1307,7 +1307,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
1307
"If the parent column(s) are NOT NULL, then the child column must\n"
1308
"also be marked NOT NULL, or the upgrade will fail.\n"
1309
"You can fix this by running\n"
1310
- " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
+ " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
1311
"on each column listed in the file:\n"
1312
" %s\n\n", output_path);
1313
}
0 commit comments