select ... for update and inheritence - Mailing list pgsql-hackers

From Stephen Deasey
Subject select ... for update and inheritence
Date
Msg-id 3B0B959A.17CB0296@themer.com
Whole thread Raw
Responses Re: select ... for update and inheritence  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
set_inherited_rel_pathlist in src/backend/path/allpaths.c says:
/* * XXX for now, can't handle inherited expansion of FOR UPDATE; can we * do better? */

Is this a terribly difficult thing to implement?

The RI triggers use FOR UPDATE which makes RI impossible with
inheritence hierarchies. Is there any chance this might make it onto
someone's todo list?


Thanks.


pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Plans for solving the VACUUM problem
Next
From: Philip Warner
Date:
Subject: Re: AW: Plans for solving the VACUUM problem