Re: Declaring multidimensional arrays in pl/pgsql

From: Rodrigo De León <rdeleonp(at)gmail(dot)com>
To: "Max Zorloff" <zorloff(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Declaring multidimensional arrays in pl/pgsql
Date: 2007-11-29 14:19:51
Message-ID: a55915760711290619l271c47fdp4733a69e21b5b841@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I wrote:
> You can declare arbitrary-sized, n-dimensional arrays:

Sorry, I re-read your post.

You want to programatically define the array dimensions depending on
function arguments.

You could try building a string, then casting to the correct array
type (not tested).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey 2007-11-29 14:20:42 Re: 1 cluster on several servers
Previous Message Andrew Dunstan 2007-11-29 14:14:20 Re: Re: [HACKERS] [GENERAL] plperl and regexps with accented characters - incompatible?