Proposal of hierarchical queries, a la Oracle

Поиск
Список
Период
Сортировка
От Evgen Potemkin
Тема Proposal of hierarchical queries, a la Oracle
Дата
Msg-id Pine.LNX.4.33.0211151336360.16806-100000@ns.terminal.ru
обсуждение исходный текст
Ответы Re: Proposal of hierarchical queries, a la Oracle  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Hi there!

I want to propose the patch for adding the hierarchical queries posibility.
It allows to construct queries a la Oracle for ex:
SELECT a,b FROM t CONNECT BY a PRIOR b START WITH cond;B

I've seen this type of queries often made by adding a new type, which stores
position of row in the tree. But sorting such tree are very tricky (i
think).

Patch allows result tree to be sorted, i.e. subnodes of each node will be
sorted by ORDER BY clause.

with regards, evgen

---
.evgen




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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Propose RC1 for Friday ...
Следующее
От: Reinhard Max
Дата:
Сообщение: Re: [ANNOUNCE] PostgreSQL v7.3b5 Packaged for Testing ...