Re: [BUGS] referential constraint bug

2002-03-18 Thread Bruce Momjian
Patch applied. Thanks. --- Stephan Szabo wrote: > > On Wed, 6 Mar 2002, Eric Lu wrote: > > > To whom it may concern: > > > > I found a constraint bug on PostgreSQL lastest version (7.2). > > Yes, it's still seeing som

Re: [BUGS] referential constraint bug

2002-03-14 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- > Stephan, let me know if you want this consid

Re: [BUGS] referential constraint bug

2002-03-13 Thread Stephan Szabo
On Wed, 13 Mar 2002, Bruce Momjian wrote: > Stephan, let me know if you want this considered for inclusion in CVS. Probably a good idea in case I can't manage to rewrite the triggers which is involving lots of looking through other code to see how to do stuff. It's fairly safe, but probably not

Re: [BUGS] referential constraint bug

2002-03-13 Thread Bruce Momjian
Stephan, let me know if you want this considered for inclusion in CVS. Stephan Szabo wrote: > > On Wed, 6 Mar 2002, Eric Lu wrote: > > > To whom it may concern: > > > > I found a constraint bug on PostgreSQL lastest version (7.2). > > Yes, it's still seeing some invalid states of the table.

Re: [BUGS] referential constraint bug

2002-03-13 Thread Stephan Szabo
On Wed, 6 Mar 2002, Eric Lu wrote: > To whom it may concern: > > I found a constraint bug on PostgreSQL lastest version (7.2). Yes, it's still seeing some invalid states of the table. I believe the following will fix the case (it was part of a larger patch that was rejected, but I think this p

[BUGS] referential constraint bug

2002-03-13 Thread Eric Lu
To whom it may concern:    I found a constraint bug on PostgreSQL lastest version (7.2).   Here is how I got the bug.testdb=>testdb=> create table mytest(testdb-> id int primary key,testdb-> master