select ... for update and inheritence

From: Stephen Deasey <stephen(at)themer(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: select ... for update and inheritence
Date: 2001-05-23 10:48:58
Message-ID: 3B0B959A.17CB0296@themer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2001-05-23 11:08:28 AW: AW: Plans for solving the VACUUM problem
Previous Message Philip Warner 2001-05-23 10:43:24 Re: AW: Plans for solving the VACUUM problem