Re: Is _ a supported way to create a column of array type?

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Is _ a supported way to create a column of array type?
Дата
Msg-id e52f6e8c-4a4e-00f9-9ee7-ea89bef474fc@joeconway.com
обсуждение исходный текст
Ответ на Re: Is _ a supported way to create a column of array type?  (Piotr Findeisen <piotr.findeisen@starburstdata.com>)
Список pgsql-general
On 4/26/19 6:50 AM, Piotr Findeisen wrote:
> Presto type system however distinguishes array(integer),
> array(array(integer))...
> (using Presto therms). And execution is (expectedly) not as flexible.

Fine point here -- Postgres does not actually have arrays-of-arrays, it
has multi-dimension arrays.

So in other words, you cannot have an array of element type _int4, but
rather you literally have an array of element type int4 with two
dimension, etc..

Joe
--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development


Вложения

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

Предыдущее
От: Piotr Findeisen
Дата:
Сообщение: Re: Is _ a supported way to create a column of array type?
Следующее
От: Joe Wildish
Дата:
Сообщение: Re: Inexplicable UPDATE...RETURNING behaviour