Re: Command "connect by prior" in PostgreSQL ?

From: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
To: "Leandro Repolho" <leandrorepolho(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Command "connect by prior" in PostgreSQL ?
Date: 2007-01-08 14:56:10
Message-ID: bf54be870701080656l47f07b71p726b394f6b506047@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There is no default support but you can always use connectby() function from
the tablefunc contrib module....

--------------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 1/8/07, Leandro Repolho <leandrorepolho(at)gmail(dot)com> wrote:
>
> Hello everybody,
> In Oracle i use the command "connect by prior" and i need to use it in
> PostgreSQL, what is the sintax?
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2007-01-08 15:03:59 Re: Postgres Differential backup
Previous Message Nico Grubert 2007-01-08 14:54:34 Re: Sorting with DISTINCT ON