Re: Array Question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Terry Lee Tucker <terry(at)esc1(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Array Question
Date: 2004-10-30 02:07:03
Message-ID: 1270.1099102023@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Terry Lee Tucker <terry(at)esc1(dot)com> writes:
> array[x] = <some_value>;

> This will not compile. I get the following error:
> ERROR: syntax error at or near "["

plpgsql can do this since 7.4. What PG version are you running?

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Terry Lee Tucker 2004-10-30 09:20:20 Re: Array Question
Previous Message Terry Lee Tucker 2004-10-30 01:25:52 Fwd: Array Question