Re: one last patch - array lower and upper bound

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: one last patch - array lower and upper bound
Дата
Msg-id 3D94ED87.6050308@joeconway.com
обсуждение исходный текст
Ответ на Re: one last patch - array lower and upper bound  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian wrote:
> The reason it wasn't applied is because it wasn't a fully packaged
> feature.  It had the array changes needed, but there was no mechanism to
> install the show_group() function so I just saved it for later.
>

It's probably a good thing anyway. I think for 7.4 we should discuss, design,
and implement a collection of array functions (including these 2) in order to
make it easier to use arrays in PostgreSQL. Some functions should be moved
from contrib into the backend, and some need to be invented, as these two did.
Combined with PL/pgSQL returning sets, it would make arrays a much more
powerful and useful feature than they are today.

Joe


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: one last patch - array lower and upper bound
Следующее
От: Neil Conway
Дата:
Сообщение: tweak CREATE SEQUENCE grammar