Re: [PERFORM] Substitute for this oracle query in postGre

2004-04-04 Thread Christopher Kings-Lynne
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

[PERFORM] Substitute for this oracle query in postGre

2004-04-04 Thread Kamalraj Singh Madhan
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 msgparen