BUG #4369: connectby method

From: "Derek & Bob" <derek_apple(at)sina(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4369: connectby method
Date: 2008-08-22 03:33:11
Message-ID: 200808220333.m7M3XBhU072747@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4369
Logged by: Derek & Bob
Email address: derek_apple(at)sina(dot)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.

Browse pgsql-bugs by date

  From Date Subject
Next Message Derek & Bob 2008-08-22 03:34:00 BUG #4370: connectby method
Previous Message Hiroshi Saito 2008-08-22 03:02:44 Re: BUG #4274: uuid returns duplicate values