Re: SQL standard changed behavior of ON UPDATE SET NULL/SET DEFAULT?
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2012-06-16T20:28:45Z
Lists: pgsql-hackers
On 16 June 2012 21:18, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Anybody have DB2, or something else that might be thought to be pretty > close to spec-compliant? > I have an Oracle DB, but they're not exactly known for spec compliance. In fact they dodge this entire issue by not supporting ON UPDATE actions at all :-) Regards, Dean