Re: connectby documentation

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: connectby documentation
Дата
Msg-id 20060313161207.GA70136@winnie.fuhr.org
обсуждение исходный текст
Ответ на connectby documentation  ("Daniel Caune" <daniel.caune@ubisoft.com>)
Список pgsql-sql
On Mon, Mar 13, 2006 at 10:37:37AM -0500, Daniel Caune wrote:
> I'm searching for an Oracle START WITH ... CONNECT BY PRIOR ...
> equivalence.  It seems that PostgreSQL (version >= 7.4) supports a
> function connectby that provides similar feature.  Unfortunately I don't
> find any documentation on that function.  Could you please give me a
> link on such documentation?

connectby() is part of the contrib/tablefunc module.  You'll need
to install that module and load it into your database.

Somebody has made a CONNECT BY patch but the developers have objected
to it for various reasons.  Search the list archives for discussion.

-- 
Michael Fuhr


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: removing "not null" modifier
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Constraint Error effect on PostgreSQL