DELETE RETURNING - Mailing list pgsql-sql

From Daniel CAUNE
Subject DELETE RETURNING
Date
Msg-id 000001c6f591$90c01bd0$0b00a8c0@tedy
Whole thread Raw
List pgsql-sql
Hi,

I have read in the future PostgreSQL 8.2 release note
(http://developer.postgresql.org/pgdocs/postgres/release-8-2.html) that
DELETE RETURNING will be supported.  Tom, could please confirm that the
following PL/PGSQL statements will work on PostgreSQL 8.2?
 INSERT INTO a(x, y)   DELETE FROM b     RETURNING x, current_timestamp;
 IF NOT FOUND THEN    -- No data were deleted actually END IF;

Thanks,


--
Daniel



pgsql-sql by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] Can we convert from Postgres to Oracle !!???
Next
From: "Leendert Paul Diterwich"
Date:
Subject: Crosstab question