BUG #4370: connectby method

Поиск
Список
Период
Сортировка
От Derek & Bob
Тема BUG #4370: connectby method
Дата
Msg-id 200808220334.m7M3Y0YT073172@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4370: connectby method  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4370
Logged by:          Derek & Bob
Email address:      yinliangdl@163.com
PostgreSQL version: 8.3.0
Operating system:   Linux
Description:        connectby method
Details:

I've got a question about table connectby method. Say, we have five elements
which are 1,2,3,4,5. Each of them are the roots in the tree.Instead of using
five connectby methods to generate them all in the table, I assume there is
a element 0, which is the parent of them, in the tree(which is not existed
in the real table). So only one  connectby is enough to get them all, and it
works.


I don't know whether it's a bug or it's ok. Thanks.

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

Предыдущее
От: "Derek & Bob"
Дата:
Сообщение: BUG #4369: connectby method
Следующее
От:
Дата:
Сообщение: Re: Postgresql v8.3.3 + Perl v5.10