Re: BUG #14239: Array of array type reporting

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: yrashk(at)gmail(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14239: Array of array type reporting
Date: 2016-07-09 19:03:34
Message-ID: cb476e85-ba42-8b8b-9f45-953c254a1125@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 7/9/16 12:57 PM, yrashk(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message zzia88 2016-07-10 12:38:05 BUG #14240: i want do manual commit not auto_commit.
Previous Message yrashk 2016-07-09 16:57:36 BUG #14239: Array of array type reporting