Re: Jagged/ragged arrays

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
Cc: Florian Weimer <fweimer(at)bfk(dot)de>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Jagged/ragged arrays
Date: 2010-09-21 04:58:01
Message-ID: 4C983B59.3000909@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 21/09/2010 3:42 AM, Dmitriy Igrishin wrote:
> Hey Florian,
>
> What do you mean by "ragged" arrays?

At a guess:

craig=> SELECT '{ {1}, {1,2}, {1}, {1,2,3} }'::integer[][];
ERROR: multidimensional arrays must have array expressions with
matching dimensions

(OP) Correct?

--
Craig Ringer

Tech-related writing at http://soapyfrogs.blogspot.com/

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Florian Weimer 2010-09-21 07:19:04 Re: Jagged/ragged arrays
Previous Message Dmitriy Igrishin 2010-09-20 19:42:45 Re: Jagged/ragged arrays