Re: DELETE syntax on JOINS

Поиск
Список
Период
Сортировка
Искать
От
Bruce Momjian
Тема
Re: DELETE syntax on JOINS
Дата
Msg-id
200908221517.n7MFH0K17833@momjian.us
Ответ на
DELETE syntax on JOINS (Jean-Michel Pouré)
Список
Дерево обсуждения
DELETE syntax on JOINS Jean-Michel Pouré <jm@poure.com>
Re: DELETE syntax on JOINS Bruce Momjian <bruce@momjian.us>
Re: DELETE syntax on JOINS Alvaro Herrera <alvherre@commandprompt.com>
Re: DELETE syntax on JOINS Bruce Momjian <bruce@momjian.us>
Re: DELETE syntax on JOINS Bill Moran <wmoran@potentialtech.com>
Re: DELETE syntax on JOINS Jean-Michel Pouré <jm@poure.com>
Re: DELETE syntax on JOINS Alvaro Herrera <alvherre@commandprompt.com>
Re: DELETE syntax on JOINS Tom Lane <tgl@sss.pgh.pa.us>
Re: DELETE syntax on JOINS Bruce Momjian <bruce@momjian.us>
Re: DELETE syntax on JOINS Josh Berkus <josh@agliodbs.com>
Re: DELETE syntax on JOINS Bruce Momjian <bruce@momjian.us>
Re: DELETE syntax on JOINS Robert Haas <robertmhaas@gmail.com>
Re: DELETE syntax on JOINS Tom Lane <tgl@sss.pgh.pa.us>
Re: DELETE syntax on JOINS Greg Stark <gsstark@mit.edu>
Re: DELETE syntax on JOINS Tom Lane <tgl@sss.pgh.pa.us>
Re: DELETE syntax on JOINS Andrew Dunstan <andrew@dunslane.net>
Re: DELETE syntax on JOINS Tom Lane <tgl@sss.pgh.pa.us>
Re: DELETE syntax on JOINS Robert Haas <robertmhaas@gmail.com>
Re: DELETE syntax on JOINS Tom Lane <tgl@sss.pgh.pa.us>
Re: DELETE syntax on JOINS Sam Mason <sam@samason.me.uk>
Re: DELETE syntax on JOINS Bruce Momjian <bruce@momjian.us>
Jean-Michel Pour� wrote:
-- Start of PGP signed section.
> Dear Friends,
> 
> First, thank you very much for considering a fix on the GROUP BY issue.
> I am starting a new thread about another issue:
> 
> It seems that DELETE cannot understand INNER JOINS and needs HAVING. 
> 
> Read: 
> http://drupal.org/node/555562 (main message)
> http://drupal.org/node/555648
> 
> I don't see why PostgreSQL would not be able to run queries like:
> 
> DELETE h
> 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
> 
> 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.

--  Bruce Momjian          http://momjian.us EnterpriseDB                             http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +

В списке pgsql-hackers по дате отправления
От: Tom Lane
Дата:
Сообщение: Re: Index-only quals
От: Tom Lane
Дата:
FAQ