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 5b0c8e3 commit a00eb37Copy full SHA for a00eb37
src/bin/pg_upgrade/check.c
@@ -1280,7 +1280,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
1280
"If the parent column(s) are NOT NULL, then the child column must\n"
1281
"also be marked NOT NULL, or the upgrade will fail.\n"
1282
"You can fix this by running\n"
1283
- " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
+ " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
1284
"on each column listed in the file:\n"
1285
" %s\n\n", output_path);
1286
}
0 commit comments