intarray bigint support

Поиск
Список
Период
Сортировка
От Casey & Gina
Тема intarray bigint support
Дата
Msg-id 3D34B57F-6AE9-4AFE-86FF-33BB858D7848@osss.net
обсуждение исходный текст
Список pgsql-bugs
I got excited about using intarray to replace a couple custom pl/pgsql functions (namely for subtraction and sorting)
thatI'm currently relying on, but then discovered that it doesn't support bigint arrays.  So it won't work for all of
myuse cases, since some IDs that are in the arrays I'm working with are bigint.  Thought I'd ask to see if it might be
asimple enough thing to add bigint support to the extension in a future version? 

Thanks,
--
Casey


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Arrays are sorted when using intarray subtraction operator
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18463: Possible bug in stored procedures with polymorphic OUT parameters