Re: Are these supported??

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Are these supported??
Дата
Msg-id CA+TgmoZfCFrKDW6UbxAwReSMNQd=7Kg7Wi31XP3KxUiuSM2X3g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Are these supported??  (Greg Stark <stark@mit.edu>)
Ответы Re: Are these supported??  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
On Wed, Aug 17, 2016 at 10:38 AM, Greg Stark <stark@mit.edu> wrote:
> You can't have joins in a DELETE -- which table would it actually
> delete from? You can use a subselect to do look up information from
> other tables in your delete though.

We've supported having joins in a DELETE since PostgreSQL 8.1.

https://www.postgresql.org/docs/8.1/static/sql-delete.html

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Ryan Murphy
Дата:
Сообщение: Re: Patch: initdb: "'" for QUOTE_PATH (non-windows)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: PATCH: Exclude additional directories in pg_basebackup