C comment: clearify SQL command mention

Patch by Amit Langote
This commit is contained in:
Bruce Momjian 2015-03-20 18:30:30 -04:00
parent 159134b695
commit 0c8fa710b6
1 changed files with 1 additions and 1 deletions

View File

@ -13742,7 +13742,7 @@ dumpTableSchema(Archive *fout, DumpOptions *dopt, TableInfo *tbinfo)
* here, also updating their attlen/attalign values so that the
* dropped column can be skipped properly. (We do not bother with
* restoring the original attbyval setting.) Also, inheritance
* relationships are set up by doing ALTER INHERIT rather than using
* relationships are set up by doing ALTER TABLE INHERIT rather than using
* an INHERITS clause --- the latter would possibly mess up the column
* order. That also means we have to take care about setting
* attislocal correctly, plus fix up any inherited CHECK constraints.