Re: casting to arrays

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: casting to arrays
Дата
Msg-id 87lluu2jtp.fsf@stark.dyndns.tv
обсуждение исходный текст
Ответ на Re: casting to arrays  (Joe Conway <mail@joeconway.com>)
Список pgsql-sql
Joe Conway <mail@joeconway.com> writes:

> Not possible in current releases, but it will be in 7.4 (about to start beta).
> It looks like this:

Well there is the int_array_aggregate function in the contrib/intagg
directory. It has to be compiled separately, and it has a few quirks (like the
arrays are zero-based instead of 1-based) but it works more or less, and it
does exactly what you describe.

But the 7.4 stuff should be much cleaner and more flexible, so if you don't
need it right now you're better off waiting.

-- 
greg



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: casting to arrays
Следующее
От: "Ramesh Kumar B"
Дата:
Сообщение: Help Me