OSDN Git Service

Re-allow specification of a new default value for an inherited column
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Mar 2001 20:50:36 +0000 (20:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Mar 2001 20:50:36 +0000 (20:50 +0000)
commit648c09181eae5459ba39b2f8310c274158783aa9
treee68dee175f4a9b2416cd4757298212064046147a
parent188e0fe4576734c6bf7ab7fc7fd96a2d2d443e70
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.
src/backend/commands/creatinh.c
src/test/regress/expected/create_table.out
src/test/regress/expected/inherit.out