mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
C comment: clearify SQL command mention
Patch by Amit Langote
This commit is contained in:
parent
159134b695
commit
0c8fa710b6
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user