"Tao Ma" <[email protected]> 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.
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
