Re: BUG #14239: Array of array type reporting

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #14239: Array of array type reporting
Дата
Msg-id cb476e85-ba42-8b8b-9f45-953c254a1125@2ndquadrant.com
обсуждение исходный текст
Ответ на BUG #14239: Array of array type reporting  (yrashk@gmail.com)
Ответы Re: BUG #14239: Array of array type reporting  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
On 7/9/16 12:57 PM, yrashk@gmail.com wrote:
> Is there any reason why schedule text[][] is reported as text[]?

There is no such thing as text[][].  I'm not sure why it's accepted
(perhaps backward compatibility), but PostgreSQL only supports one level
of array-ness, which can, however, be multidimensional.

So this is nothing to worry about.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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

Предыдущее
От: yrashk@gmail.com
Дата:
Сообщение: BUG #14239: Array of array type reporting
Следующее
От: zzia88@gmail.com
Дата:
Сообщение: BUG #14240: i want do manual commit not auto_commit.