Re: Array of Arrays of int

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Leo Fink <leo(dot)fink(at)gmx(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Array of Arrays of int
Date: 2005-05-02 04:11:06
Message-ID: 10431.1115007066@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Leo Fink <leo(dot)fink(at)gmx(dot)net> writes:
> Why does
> select array(select array[1,2]);
> give me an error: "could not find array type for data type integer[]"?

We don't do arrays of arrays. You seem to be hoping for a 2-D array,
which is something fundamentally different (even though some programming
languages consider them the same ;-))

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message hatuan 2005-05-02 04:15:04 Re: Division in Postgre
Previous Message Enrico Weigelt 2005-05-02 03:55:53 Re: pgtop, display PostgreSQL processes in `top' style