Re: Wrote a connect-by feature

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Wrote a connect-by feature
Дата
Msg-id 46BDCF41.4010401@joeconway.com
обсуждение исходный текст
Ответ на Re: Wrote a connect-by feature  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Wrote a connect-by feature
Список pgsql-hackers
Joshua D. Drake wrote:
> Tom Lane wrote:
>>> Bertram Scharpf wrote:
>>>> Wouldn't the release be a good opportunity for providing
>>>> this little tool?
> 
>> As for whether we could accept this for 8.4, I thought the general
>> consensus was that we should implement the SQL-spec WITH syntax.
>> The only good reason for supporting CONNECT BY would be to be
>> Oracle-compatible, which this patch isn't.  (Being Oracle-compatible
>> isn't necessarily good anyway; are we sure they don't have a patent
>> on their way of doing this?)
> 
> I believe this patch is an update to the table_funcs contrib module.

I guess I should weigh in here. I have to agree with Tom, namely that:

1. It is way to late for a massive change to the existing contrib for   Postgres 8.3
2. Any effort involving significant changes to this functionality ought   to be directed at getting SQL spec compliant
recursivebehavior   rather than extending the existing hack.
 

For those reasons, I for one was not too excited to spend much time 
right now reviewing the patch.

If Bertram would send a narrow patch that just plugged existing bugs, 
I'd be all ears. It would likely be applied to 8.3 and possibly earlier.

Joe


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Wrote a connect-by feature
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Wrote a connect-by feature