Re: [GENERAL] implicit tables syntax disappeared from 8.0->8.1

2006-02-28 Thread Tino Wildenhain
A. Kretschmer schrieb: am 28.02.2006, um 14:01:44 +0100 mailte [EMAIL PROTECTED] folgendes: update t1 set t1f1='test' where t1.t1f2=t2.t2f2 and t1.t1f3=t2.t2f3; unfortunately, now I get the error that t2 is not in the FROM clause. You can set add_missing_from in yout postgresql.co

Re: [GENERAL] implicit tables syntax disappeared from 8.0->8.1

2006-02-28 Thread A. Kretschmer
am 28.02.2006, um 14:01:44 +0100 mailte [EMAIL PROTECTED] folgendes: > update t1 > set t1f1='test' > where t1.t1f2=t2.t2f2 > and t1.t1f3=t2.t2f3; > > unfortunately, now I get the error that t2 is not in the FROM clause. You can set add_missing_from in yout postgresql.conf, but please rea