Re: PostGreSQL and recursive queries... - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: PostGreSQL and recursive queries...
Date
Msg-id 20071130.191535.102790042.t-ishii@sraoss.co.jp
Whole thread Raw
In response to Re: PostGreSQL and recursive queries...  (Gregory Stark <stark@enterprisedb.com>)
Responses Re: PostGreSQL and recursive queries...  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
> "Hubert FONGARNAND" <informatique.internet@fiducial.fr> writes:
>
> > Ce message et les éventuels documents joints peuvent contenir des
> > informations confidentielles. Au cas où il ne vous serait pas destiné, nous
> > vous remercions de bien vouloir 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. Les communications sur internet n'étant
> > pas sécurisées, l'intégrité de ce message n'est pas assurée et la société
> > émettrice ne peut être tenue pour responsable de son contenu.
>
> I started working on WITH RECURSIVE a while back and still intend to get back
> to it. But there's no guarantee that what I turn up will be to the liking of
> everyone else.
>
> I also think the connectby() patch should be possible to port forward but I
> haven't looked too much into it. I know it's a big patch, just the sheer
> amount of code that has to be gone through carefully to port it forward might
> make it kind of hard.

Hi,

We decided to start working on WITH RECURSIVE too. Currently one of
our engineers is about to start to look at what has been done and what
is remaining. We hope to work together with you!
--
Tatsuo Ishii
SRA OSS, Inc. Japan


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: [GENERAL] Empty arrays with ARRAY[]
Next
From: Simon Riggs
Date:
Subject: Re: Release Note Changes