Re: BUG #14239: Array of array type reporting - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #14239: Array of array type reporting
Date
Msg-id cb476e85-ba42-8b8b-9f45-953c254a1125@2ndquadrant.com
Whole thread Raw
In response to BUG #14239: Array of array type reporting  (yrashk@gmail.com)
Responses Re: BUG #14239: Array of array type reporting
List 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 by date:

Previous
From: yrashk@gmail.com
Date:
Subject: BUG #14239: Array of array type reporting
Next
From: zzia88@gmail.com
Date:
Subject: BUG #14240: i want do manual commit not auto_commit.