Re: Some questions about the array.

Поиск
Список
Период
Сортировка
От YUriy Zhuravlev
Тема Re: Some questions about the array.
Дата
Msg-id 1885247.qWD6L4eZuE@dinodell
обсуждение исходный текст
Ответ на Some questions about the array.  (YUriy Zhuravlev <u.zhuravlev@postgrespro.ru>)
Ответы Re: Some questions about the array.  (YUriy Zhuravlev <u.zhuravlev@postgrespro.ru>)
Re: Some questions about the array.  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
Hello again.
I attached simple patch for omitted boundaries in the slice.
This will simplify the writing of SQL. Instead:
select arr[2:array_upper(arr, 1)];
you can write:
select arr[2:];

simple and elegant.
Omitted boundaries is prohibited in UPDATE.

Thanks.
--
YUriy Zhuravlev
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Вложения

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types
Следующее
От: Andres Freund
Дата:
Сообщение: Checkpoint throttling issues