Re: [BUGS] BUG #4295: DELETE WHERE Condition

2008-07-11 Thread Peter Eisentraut
Am Freitag, 11. Juli 2008 schrieb Fred Perniss: > In Postgres the switch add_mising_from=on the SQL-Command > > DELETE FROM t2 > WHERE (t2.t2_t1_id=t1.t1_id) > AND t1.t1_inhalt=5 > ; > > works (with message in Log). > > If the switch add_missing_from=off following Error-Message will be promted: > >

[BUGS] BUG #4295: DELETE WHERE Condition

2008-07-11 Thread Fred Perniss
The following bug has been logged online: Bug reference: 4295 Logged by: Fred Perniss Email address: [EMAIL PROTECTED] PostgreSQL version: all Versions Operating system: Open SuSe Linux 11 Description:DELETE WHERE Condition Details: Fist: Sorry for my bad english.