Re: [HACKERS] SQL99 compatibility list

2002-11-17 Thread Peter Eisentraut
Christopher Kings-Lynne writes: > Seems there's a few errors in the SQL99 compatibility list. For one, it > says we support WITH CHECK OPTION on views which I'm pretty sure we don't. I've gone through the list and made some corrections. It makes for a nice to-do list now (with the possible exce

[HACKERS] SQL99 compatibility list

2002-11-03 Thread Christopher Kings-Lynne
Hi, Seems there's a few errors in the SQL99 compatibility list. For one, it says we support WITH CHECK OPTION on views which I'm pretty sure we don't. Also Referential MATCH types? We don't do partial I think. I think someone might have to give the list a once-over...? Chris ---