Re: 'AS' in 'DELETE/UPDATE' - Mailing list pgsql-sql

From Jaime Casanova
Subject Re: 'AS' in 'DELETE/UPDATE'
Date
Msg-id c2d9e70e0511290814p41f61047wfb0555c8d46636f3@mail.gmail.com
Whole thread Raw
In response to 'AS' in 'DELETE/UPDATE'  (engineer@hlebprom.ru)
List pgsql-sql
> It looks strange, are there any limitations or something else that
> make it not possible to use 'AS' in 'DELETE' and 'UPDATE'? Of course
> with described workarounds I can eliminate that problems, but I want
> to know is it so in 8.x? Or why, if it right behaviour?
>
> --
> engineer
>

--- extracted from TODO ---

o Allow an alias to be provided for the target table in UPDATE/DELETE

This is not SQL-spec but many DBMSs allow it.

--- end extracting ---

--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 'AS' in 'DELETE/UPDATE'
Next
From: "Leif B. Kristensen"
Date:
Subject: Re: Strange bug