Re: Add Missing From? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add Missing From?
Date
Msg-id 1720.1092018981@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add Missing From?  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: Add Missing From?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
> AFAIR this is still the only way to do updates on joined tables, a feature 
> that IIRC is in the sql spec (and certianly in other rdbms') that we do not 
> support.

I think you're wrong on both counts --- we do support UPDATE FROM, and
it's not in the spec.

What we don't have is an equivalent syntax for DELETE, and you're right
that we probably ought to offer that before we deprecate add_missing_from.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add Missing From?
Next
From: Josh Berkus
Date:
Subject: Re: Error-out on compiling current CVS: preproc