Re: SQL99 Hierarchical queries - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: SQL99 Hierarchical queries
Date
Msg-id Pine.LNX.4.44.0502280326510.30349-100000@kix.fsv.cvut.cz
Whole thread Raw
In response to SQL99 Hierarchical queries  (Evgen Potemkin <eugen.potemkin@gmail.com>)
Responses Re: SQL99 Hierarchical queries  (Evgen Potemkin <eugen.potemkin@gmail.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: snprintf causes regression tests to fail
Next
From: Neil Conway
Date:
Subject: Re: [pgsql-advocacy] Development Plans