Re: assigning values to array elements

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: J Greenbaum <jj(at)bu(dot)edu>
Cc: pgsql-sql(at)postgresql(dot)org, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: assigning values to array elements
Date: 2003-01-13 21:04:16
Message-ID: 5843.1042491856@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

J Greenbaum <jj(at)bu(dot)edu> writes:
> As you can see, I'm trying to assign a value to an array element, but it
> isn't working for some reason.

plpgsql doesn't support that yet :-(.

This needs to be fixed. I'm not sure why it doesn't have an entry in
TODO. Bruce, would you add something like
* allow assignment to array elements
to the plpgsql section?

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message J Greenbaum 2003-01-13 21:11:12 Re: assigning values to array elements
Previous Message J Greenbaum 2003-01-13 20:25:47 assigning values to array elements