Re: Some thoughts on table inheritance (which is uniquely awesome on PostgreSQL)

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Some thoughts on table inheritance (which is uniquely awesome on PostgreSQL)
Дата
Msg-id k14hpn$7vv$1@ger.gmane.org
обсуждение исходный текст
Ответ на Some thoughts on table inheritance (which is uniquely awesome on PostgreSQL)  (Chris Travers <chris.travers@gmail.com>)
Список pgsql-general
Chris Travers, 23.08.2012 05:22:
> The fact that this allows you to create essentially derived values
> from groups of re-used columns is itself remarkable and can be used
> to implement path traversal etc. which is not directly supported in
> PostgreSQL in the sense that it is in Oracle or DB2.

What exactly do you mean with "path traversal" here? If you are talking about Oracle's CONNECT BY
then this is fully supported in PostgreSQL using a recursive common table expression.

Thomas


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

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: Some thoughts on table inheritance (which is uniquely awesome on PostgreSQL)
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: What text format is this and can I import it into Postgres?