Make CREATE TABLE ... INHERITS() to correctly create explicit not null constraints.
authorBernd Helmle <mailings@oopsware.de>
Wed, 27 Apr 2011 20:33:27 +0000 (22:33 +0200)
committerBernd Helmle <mailings@oopsware.de>
Wed, 27 Apr 2011 20:33:27 +0000 (22:33 +0200)
commit64853e3a5dcbb30a7604e15415c749bf9a88ee1d
tree3981c19b04a21002e53cae3e8afd1ca52d407f5c
parentb112eb8096d2f96cf74de1ad1bd3b5d637fd38f8
Make CREATE TABLE ... INHERITS() to correctly create explicit not null constraints.

Also adjust regression tests to include the referenced key of the constraint,
but not its output for debugging purposes.
src/backend/commands/tablecmds.c
src/test/regress/sql/inherit.sql