Re: DELETE syntax on JOINS

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: DELETE syntax on JOINS
Дата
Msg-id 20090824154213.GB5962@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: DELETE syntax on JOINS  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: DELETE syntax on JOINS  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian wrote:

> > Ultimately, why not allow:
> > 
> > DELETE h, tn
> > FROM history AS h 
> > INNER JOIN term_node AS tn ON (h.nid = tn.nid) 
> > INNER JOIN term_data AS td ON (td.tid = tn.tid) 
> > WHERE h.uid = 2067 AND td.vid = 2
> > 
> > IMHO this would improve compliance towards other database systems. To me
> > this seems to be in the reasonable scope of compatibility.
> 
> Which "other database systems"?  Only MySQL?  If it is MySQL-only, we
> are unlikely to add it.

The SQL standard does not support this syntax.  They would have you put
the joins in a subselect (which is often not enough because then you
can't use outer joins).

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hba load error and silent mode
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SIGUSR1 pingpong between master na autovacum launcher causes crash