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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to