Re: Status report on writeable CTEs - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: Status report on writeable CTEs
Date
Msg-id [email protected]
Whole thread Raw
In response to Status report on writeable CTEs  (Marko Tiikkaja <[email protected]>)
List pgsql-hackers
On 7/12/10 9:07 PM +0300, I wrote:
> Consider:
>
> WITH t  AS (SELECT 1),
>        t2 AS (SELECT * FROM t2)
> VALUES (true);

That should of course have been SELECT * FROM t, not t2.


Regards,
Marko Tiikkaja


pgsql-hackers by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Status report on writeable CTEs
Next
From: Tom Lane
Date:
Subject: Re: Status report on writeable CTEs