"Tao Ma" <feng_eden(at)163(dot)com> 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