Re: [BUGS] bug with CREATE RULE

2003-09-17 Thread Tom Lane
Chris Pizzi <[EMAIL PROTECTED]> writes: > Creating a "select" rule on a table should fail if the table is > referenced by foreign key constraints. Creating a "select" rule on a table should fail, period. It does not because we left that feature in for backwards compatibility with ancient pg_dum

Re: [BUGS] Bug with 'create rule on update'

2000-03-15 Thread Tom Lane
> Erkki Seppala <[EMAIL PROTECTED]> writes: >> The following session crashes with 6.5.3 (with i386 debian woody, 6.5.3-13): > Hmm. In current sources I get > regression=# update data set data=5 where data=5; > ERROR: ExecEvalExpr: unknown expression type 108 > which is better than a crash, bu

Re: [BUGS] Bug with 'create rule on update'

2000-03-15 Thread Tom Lane
Erkki Seppala <[EMAIL PROTECTED]> writes: > The following session crashes with 6.5.3 (with i386 debian woody, 6.5.3-13): Hmm. In current sources I get regression=# update data set data=5 where data=5; ERROR: ExecEvalExpr: unknown expression type 108 which is better than a crash, but not by mu