Complain if the same column name is inherited from multiple parents
Tom Lane <tgl@sss.pgh.pa.us>
Complain if the same column name is inherited from multiple parents with different default values, unless the child table redeclares the column with an explicit default. This was judged to be the approach least likely to cause unpleasant surprises.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/creatinh.c | modified | +57 −15 |