postgresql/doc
Alvaro Herrera 3b11247aad Disallow merging ONLY constraints in children tables
When creating a child table, or when attaching an existing table as
child of another, we must not allow inheritable constraints to be
merged with non-inheritable ones, because then grandchildren would not
properly get the constraint.  This would violate the grandparent's
expectations.

Bugs noted by Robert Haas.

Author: Nikhil Sontakke
2012-01-16 19:27:05 -03:00
..
src Disallow merging ONLY constraints in children tables 2012-01-16 19:27:05 -03:00
bug.template
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO