Commit 0c8fa710 authored by Bruce Momjian's avatar Bruce Momjian

C comment: clearify SQL command mention

Patch by Amit Langote
parent 159134b6
...@@ -13742,7 +13742,7 @@ dumpTableSchema(Archive *fout, DumpOptions *dopt, TableInfo *tbinfo) ...@@ -13742,7 +13742,7 @@ dumpTableSchema(Archive *fout, DumpOptions *dopt, TableInfo *tbinfo)
* here, also updating their attlen/attalign values so that the * here, also updating their attlen/attalign values so that the
* dropped column can be skipped properly. (We do not bother with * dropped column can be skipped properly. (We do not bother with
* restoring the original attbyval setting.) Also, inheritance * 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 * an INHERITS clause --- the latter would possibly mess up the column
* order. That also means we have to take care about setting * order. That also means we have to take care about setting
* attislocal correctly, plus fix up any inherited CHECK constraints. * attislocal correctly, plus fix up any inherited CHECK constraints.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment