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 d8a08db commit 1beda2cCopy full SHA for 1beda2c
src/bin/pg_upgrade/check.c
@@ -1713,7 +1713,7 @@ check_for_not_null_inheritance(ClusterInfo *cluster)
1713
"If the parent column(s) are NOT NULL, then the child column must\n"
1714
"also be marked NOT NULL, or the upgrade will fail.\n"
1715
"You can fix this by running\n"
1716
- " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
+ " ALTER TABLE tablename ALTER column SET NOT NULL;\n"
1717
"on each column listed in the file:\n"
1718
" %s", report.path);
1719
}
0 commit comments