Re: [GENERAL] select with recursive support

2007-11-22 Thread Sascha Bohnenkamp
> What is intended for PostgreSQL is decidedly NOT the "Oracle syntax" no problem for me > There have been a couple of abortive starts to this; I seem to recall > someone having offered to work on it in the 8.4 branch. that was what I want to say, at least there exists a (non free) working solutio

Re: [GENERAL] select with recursive support

2007-11-22 Thread Sascha Bohnenkamp
> I saw on the todo list that the "with recursive" option for selects > (equivalent to oracle's connect by, as far as I know) is on the todo > list for postgresql, but apparently not for the upcoming 8.3 release. the postgresql derivate enterprisedb has this feature (exactly the oracle syntax) ---

Re: [GENERAL] select with recursive support

2007-11-21 Thread Chris Browne
Sascha Bohnenkamp <[EMAIL PROTECTED]> writes: >> I saw on the todo list that the "with recursive" option for selects >> (equivalent to oracle's connect by, as far as I know) is on the todo >> list for postgresql, but apparently not for the upcoming 8.3 release. > the postgresql derivate enterprised

[GENERAL] select with recursive support

2007-11-21 Thread Tim Tassonis
Hi all I saw on the todo list that the "with recursive" option for selects (equivalent to oracle's connect by, as far as I know) is on the todo list for postgresql, but apparently not for the upcoming 8.3 release. Does anybody know about the status of this feature, e.g. is it something bound