We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent159134b commit0c8fa71Copy full SHA for 0c8fa71
src/bin/pg_dump/pg_dump.c
@@ -13742,7 +13742,7 @@ dumpTableSchema(Archive *fout, DumpOptions *dopt, TableInfo *tbinfo)
13742
* here, also updating their attlen/attalign values so that the
13743
* dropped column can be skipped properly. (We do not bother with
13744
* restoring the original attbyval setting.) Also, inheritance
13745
- * relationships are set up by doing ALTER INHERIT rather than using
+ * relationships are set up by doing ALTERTABLEINHERIT rather than using
13746
* an INHERITS clause --- the latter would possibly mess up the column
13747
* order. That also means we have to take care about setting
13748
* attislocal correctly, plus fix up any inherited CHECK constraints.