BUG #8567: sql "with" for delete and update not work correctly

From: ingsis(dot)johnparra(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8567: sql "with" for delete and update not work correctly
Date: 2013-10-29 15:32:09
Message-ID: E1VbBH7-0003um-H8@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8567
Logged by: John Parra
Email address: ingsis(dot)johnparra(at)gmail(dot)com
PostgreSQL version: 9.2.4
Operating system: Fedora 19
Description:

To executed an query with reserved word "with del as (...) delete from ...=
(select id from del)" and had to run more than once.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2013-10-29 16:03:13 Re: surprising to_timestamp behavior
Previous Message Robert Haas 2013-10-29 15:24:49 surprising to_timestamp behavior