Re-allow specification of a new default value for an inherited column

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 648c09181eae5459ba39b2f8310c274158783aa9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-03-30T20:50:36Z
Releases: 7.1.1
Re-allow specification of a new default value for an inherited column
in CREATE TABLE, but give a warning notice.  Clean up inconsistent
handling of defaults and NOT NULL flags from multiply-inherited columns.
Per pghackers discussion 28-Mar through 30-Mar.

Files