| From: | J Greenbaum <jj(at)bu(dot)edu> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| 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:11:12 |
| Message-ID: | Pine.A41.4.10.10301131610080.13658-100000@acsrs1.bu.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Darn...guess I gotta do it in perl then. Thx for your help.
On Mon, 13 Jan 2003, Tom Lane wrote:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Smith | 2003-01-13 21:20:52 | query speed joining tables |
| Previous Message | Tom Lane | 2003-01-13 21:04:16 | Re: assigning values to array elements |