]> granicus.if.org Git - postgresql/commit
Complain if the same column name is inherited from multiple parents
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Apr 2001 18:30:49 +0000 (18:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Apr 2001 18:30:49 +0000 (18:30 +0000)
commite18f5011aa4fcad4fff184e398e90076b7df37b3
tree96fd357613105d3c713980e06c124fa8a8693af1
parent39f0357b77bfb727bcc744fe9fcda0183355dde8
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.
src/backend/commands/creatinh.c