AW: Postgresql OO Patch - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Postgresql OO Patch
Date
Msg-id 219F68D65015D011A8E000006F8590C604AF7D97@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: AW: Postgresql OO Patch  ("Robert B. Easter" <reaster@comptechnews.com>)
List pgsql-hackers
> One more time for the <general> mailing list...
> 
> Hands up if you have objections to the patch I recently submitted for
> postgresql. It fixes the long standing bit-rot / bug  that DELETE and
> UPDATE don't work on inheritance hierarchies, and it adds the ONLY
> syntax as mentioned in SQL3 and as implemented by Informix. 
> The downside
> is it breaks compatibility with the old inheritance syntax. 
> But there is
> a backward compatibility mode. I.e. "SELECT * FROM foobar*" becomes
> "SELECT * FROM foobar", and "SELECT * from foobar" becomes "SELECT *
> FROM ONLY foobar".
> 
> Benefits:
> *) SQL3 says it.

Imho this alone more than justifies the patch.
We should also change our keyword "inherits" to "under".

Andreas


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: setproctitle()
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Performance (was: The New Slashdot Setup (includes MySql server))