Lists: | pgsql-hackers |
---|
From: | Li Yuexin <liyuexin(at)neusoft(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | About hierarchical_query of Oracle |
Date: | 2004-03-10 00:58:25 |
Message-ID: | 01c901c4063a$cb43bb201da8c0@liyx |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
Who can tell me how to complete oracle's hierarchical_query through postgresql。
From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Li Yuexin <liyuexin(at)neusoft(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: About hierarchical_query of Oracle |
Date: | 2004-03-10 02:47:11 |
Message-ID: | 404E81AF.3070500@familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
Try contrib/tablefunc
Chris
Li Yuexin wrote:
>
> Who can tell me how to complete /oracle's / /hierarchical_query
> /through postgresql/。 /
From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | Li Yuexin <liyuexin(at)neusoft(dot)com> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: About hierarchical_query of Oracle |
Date: | 2004-03-10 16:43:10 |
Message-ID: | Pine.LNX.4.33.0403100942510.10418-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-hackers |
On Wed, 10 Mar 2004, Li Yuexin wrote:
> Who can tell me how to complete oracle's hierarchical_query through
> postgresql?
Look in the contrib/tablefunc directory for the connect_by function.