hello, 

I tested you patch, and it's good work. I would all methods in PostgreSQL. 
I found query which kill backand

WITH t AS (
  SELECT 0::int AS i 
  UNION ALL SELECT i + 1 FROM t WHERE i < 100)
SELECT * FROM t;

Regards
Pavel Stehule


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to