Re: Array Question - Mailing list pgsql-novice

From Tom Lane
Subject Re: Array Question
Date
Msg-id 1270.1099102023@sss.pgh.pa.us
Whole thread Raw
In response to Array Question  (Terry Lee Tucker <terry@esc1.com>)
Responses Re: Array Question  (Terry Lee Tucker <terry@esc1.com>)
Re: Array Question  (Terry Lee Tucker <terry@esc1.com>)
List pgsql-novice
Terry Lee Tucker <terry@esc1.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

pgsql-novice by date:

Previous
From: Terry Lee Tucker
Date:
Subject: Fwd: Array Question
Next
From: Terry Lee Tucker
Date:
Subject: Re: Array Question