Re: [HACKERS] select oid .... for update ....

2000-10-15 Thread Stephan Szabo
This is a known problem in 7.0.x (see mailing list archives for more information). Peter E has a patch for 7.1 to remove this problem. Stephan Szabo [EMAIL PROTECTED] On Sun, 15 Oct 2000, KuroiNeko wrote: > > Here's something I don't understand If I'm missing an obvious, please > feel

[HACKERS] select oid .... for update ....

2000-10-15 Thread KuroiNeko
Here's something I don't understand If I'm missing an obvious, please feel free to kick me in the right direction. We're given two tables, linked with a foreign key. When insert is run on a master table, everything is OK, when trying to insert into a detail table, a strange query appears