Tao Ma wrote:
> Hi,
> I noticed Tom Lane made SELECT FOR UPDATE/SHARE work on inheritance trees.
> But todo list is not updated to reflect this change.
> http://wiki.postgresql.org/wiki/Todo#Inheritance
OK, TODO updated to mark this as done.
--
Bruce Momjian http://momjian.us
Enterp
"Tao Ma" writes:
> My question is: Is it possible to remove the ONLY from the RI checks after
> Tom Lane made SELECT FOR UPDATE/SHARE work on inheritance trees?
No. The main thing standing in the way of RI on inheritance trees is
the lack of cross-tree uniqueness constraints.
Hi,
I noticed Tom Lane made SELECT FOR UPDATE/SHARE work on inheritance trees.
But todo list is not updated to reflect this change.
http://wiki.postgresql.org/wiki/Todo#Inheritance
Actually, there is a patch trying to remove the ONLY clause on the foreign
key checks on the inheritance tables. Mat