Re: Are these supported?? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Are these supported??
Date
Msg-id CA+TgmoZfCFrKDW6UbxAwReSMNQd=7Kg7Wi31XP3KxUiuSM2X3g@mail.gmail.com
Whole thread Raw
In response to Re: Are these supported??  (Greg Stark <stark@mit.edu>)
Responses Re: Are these supported??  (Greg Stark <stark@mit.edu>)
List 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 by date:

Previous
From: Ryan Murphy
Date:
Subject: Re: Patch: initdb: "'" for QUOTE_PATH (non-windows)
Next
From: Robert Haas
Date:
Subject: Re: PATCH: Exclude additional directories in pg_basebackup