From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Kamalraj Singh Madhan <kamalr(at)networkprograms(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Substitute for this oracle query in postGre |
Date: | 2004-04-04 10:14:47 |
Message-ID: | 406FE017.1010602@familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Hi,
Try looking at the contrib/tablefunc add-in module.
Chris
Kamalraj Singh Madhan wrote:
> Hi Friends,
> Does anybody know the substitute of the oracle function 'connect by
> prior' in postgre sql.
> The query is basically being used to get a tree structure of records. The
> query in oracle is :-
>
> select pkmsgid
> from mstmessage
> connect by prior pkmsgid = msgparentid
> start with msgparentid = 1
>
> Kindly suggest.
>
> regards
> Kamal
>
>
>
> *********************************************************************
> Network Programs is a SEI CMM Level 5 Certified Company
> ********************************************************************
> The information contained in this communication (including any attachments) is
> intended solely for the use of the individual or entity to whom it is addressed
> and others authorized to receive it. It may contain confidential or legally
> privileged information. If you are not the intended recipient you are hereby
> notified that any disclosure, copying, distribution or taking any action in
> reliance on the contents of this information is strictly prohibited and may be
> unlawful. If you have received this communication in error, please notify us
> immediately by responding to this email and then delete it from your system.
> Network Programs (India) Limited is neither liable for the proper and complete
> transmission of the information contained in this communication nor for any
> delay in its receipt.
> *********************************************************************
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Cott Lang | 2004-04-04 13:04:35 | Re: PostgreSQL and Linux 2.6 kernel. |
Previous Message | Paul Thomas | 2004-04-04 09:41:33 | Re: PostgreSQL and Linux 2.6 kernel. |