Re: Pet Peeves?

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Pet Peeves?
Дата
Msg-id 87tz7hm4un.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Pet Peeves?  (Octavio Alvarez <alvarezp@alvarezp.ods.org>)
Ответы Re: Pet Peeves?
Список pgsql-general
Octavio Alvarez <alvarezp@alvarezp.ods.org> writes:

> Now, last time I checked, Postgresql lacked an SQL extension to create
> crosstab queries. Even though contrib have some helper functions, they
> are not official and work only if the number of columns is actually
> predefined. For instance if you want to create a query to produce
> different paths to go through a graph, being represented by 1 arc per
> record, you will never be able to predict the final number of columns
> (path steps) needed for the crosstab without doing the whole query one
> extra time to get the max(step).

Is it the hierarchical query ability you're looking for or pivot?
The former we are actually getting in 8.4.

AFAIK even in systems with pivot you still have to declare a fixed list of
columns in advance anyways. Do you see a system where it works differently?


--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's Slony Replication support!

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

Предыдущее
От: Octavio Alvarez
Дата:
Сообщение: Re: Pet Peeves?
Следующее
От: Igor Katson
Дата:
Сообщение: Plproxy functions inside transactions and Pl/pgsql exception handling