Re: Recursive Queries

Поиск
Список
Период
Сортировка
От Hubert FONGARNAND
Тема Re: Recursive Queries
Дата
Msg-id 1169711204.12845.6.camel@hublinux.fidudev.fr
обсуждение исходный текст
Ответ на Recursive Queries  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
The only code that is usable (and performant) is the CONNECT BY patch made by <font color="#000000">Evgen
Potemkin</font>,It works on production servers on the 8.1.5<br /><br /> I hope that a WITH RECURSIVE will be in the
8.3...but I don't see anybody working on this... (what a shame...)<br /><br /><br /><br /> Le mercredi 24 janvier 2007
à17:27 +0000, Gregory Stark a écrit : <blockquote type="CITE"><pre>
 
<font color="#000000">I'm looking into recursive queries and what it would take to support them in</font>
<font color="#000000">Postgres. Is anyone else looking at this already?</font>

<font color="#000000">Aside from the Oracle-ish syntax were there other objections to the patch as</font>
<font color="#000000">posted a while back for 7.3 by Evgen Potemkin?</font>

<font color="#000000">I have some ideas myself for how to go about this but I'm going to review the</font>
<font color="#000000">existing patch first. If anyone else has ideas I would like to hear them.</font>

</pre></blockquote> _______________________________________________<br />Ce message et les �ventuels documents joints
peuventcontenir des informations confidentielles.<br />Au cas o� il ne vous serait pas destin�, nous vous remercions de
bienvouloir le supprimer et en aviser imm�diatement l'exp�diteur. Toute utilisation de ce message non conforme � sa
destination,toute diffusion ou publication, totale ou partielle et quel qu'en soit le moyen est formellement
interdite.<br/>Les communications sur internet n'�tant pas s�curis�es, l'int�grit� de ce message n'est pas assur�e et
lasoci�t� �mettrice ne peut �tre tenue pour responsable de son contenu. 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix for plpython functions; return true/false for boolean,
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: tsearch in core patch, for inclusion