Re: Some questions about the array.

Поиск
Список
Период
Сортировка
От YUriy Zhuravlev
Тема Re: Some questions about the array.
Дата
Msg-id 3236232.FSDW0sV0Jy@dinodell
обсуждение исходный текст
Ответ на Re: Some questions about the array.  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Some questions about the array.
Re: Some questions about the array.
Список pgsql-hackers
On Monday 09 November 2015 12:48:54 you wrote:
> I am sorry - it is looking pretty obscure. Really need this feature?

IMHO yes.
Now for write: array[~2:~-2] you need like:
array[array_lower(array, 1)+3: array_upper(array, 1)-2]

Worse when long names. Besides the extra functions calls.

Thanks.
-- 
YUriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company



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

Предыдущее
От: Kouhei Kaigai
Дата:
Сообщение: Re: Foreign join pushdown vs EvalPlanQual
Следующее
От: Marc Mamin
Дата:
Сообщение: Re: Some questions about the array.