Re: Declaring arrays in plpgsql functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Lundin <daniel(at)helena-daniel(dot)se>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Declaring arrays in plpgsql functions
Date: 2002-03-25 19:41:49
Message-ID: 24184.1017085309@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I wrote:
> plpgsql doesn't support assigning to array elements :-(.

Drat, forgot a point I intended to make:

You might have better luck working in pltcl; it has better support for
arrays than plpgsql does.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2002-03-25 20:05:46 Cleaning up template 1
Previous Message Tom Lane 2002-03-25 19:37:02 Re: Declaring arrays in plpgsql functions