git.postgresql.org Git - postgresql.git/commit
2012年1月16日 22:19:42 +0000 (19:19 -0300)
2012年1月16日 22:27:05 +0000 (19:27 -0300)
commit 3b11247aadf857bbcbfc765191273973d9ca9dd7
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
This is the main PostgreSQL git repository.
RSS
Atom