Re: Array Question - Mailing list pgsql-novice

From Terry Lee Tucker
Subject Re: Array Question
Date
Msg-id 200410300520.20942.terry@esc1.com
Whole thread Raw
In response to Re: Array Question  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Array Question  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Sorry, my brain was fried last night. Here is the version:

PostgreSQL 7.3.6-RH on i386-redhat-linux-gnu, compiled by GCC
i386-redhat-linux-gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-39)

So, looks like I'm a little short on version. How do I handle with 7.3?

On Friday 29 October 2004 10:07 pm, Tom Lane saith:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--

 Work: 1-336-372-6812
 Cell: 1-336-363-4719
email: terry@esc1.com

pgsql-novice by date:

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