Re: SQL99 Hierarchical queries
От | Christopher Kings-Lynne |
---|---|
Тема | Re: SQL99 Hierarchical queries |
Дата | |
Msg-id | 42311319.3050306@familyhealth.com.au обсуждение исходный текст |
Ответ на | Re: SQL99 Hierarchical queries (Evgen Potemkin <eugen.potemkin@gmail.com>) |
Ответы |
Re: SQL99 Hierarchical queries
|
Список | pgsql-hackers |
Hi Evgen, How's the syncing with HEAD going? Cheers, Chris Evgen Potemkin wrote: > Ok, I'm started porting it to 8.0.1 and will fix this also. > By the way, did you know any test suit for such queries? To make some > regression test. > > Regards, Evgen > >>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 5: Have you checked our extensive FAQ? > > http://www.postgresql.org/docs/faq
В списке pgsql-hackers по дате отправления: