Re: [SQL] 7.0.2: Arrays - Mailing list pgsql-hackers

From Jie Liang
Subject Re: [SQL] 7.0.2: Arrays
Date
Msg-id 39B559D7.FE4E215D@ipinc.com
Whole thread Raw
In response to 7.0.2: Arrays  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
Hi, there

Your syntax is not correct, pls check the Pg documentatation, the
correction as following.


Larry Rosenman wrote:

> Greetings,
>     I was trying to use arrays today, and can't seem to get it right.
>
> What am I doing wrong?
>
> ler=# create table ia_standby (hsrp_group int2,
> ler(# router_interfaces[] varchar(64),

==>router_interfaces varchar(64)[],

>
> ler(# routers[] varchar(64));
> ERROR:  parser: parse error at or near "["
> ler=# create table ia_standby (hsrp_group int2,
> ler(# router_interfaces[] text,

==>router_interfaces text[],

>
> ler(# routers[] text);
> ERROR:  parser: parse error at or near "["
> ler=#
>
> --
> Larry Rosenman                     http://www.lerctr.org/~ler
> Phone: +1 972-414-9812 (voice) Internet: ler@lerctr.org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

--
Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang@ipinc.com
www.ipinc.com





pgsql-hackers by date:

Previous
From: Florent Guillaume
Date:
Subject: UNION/INTERSECT in subselects
Next
From: Tim Perdue
Date:
Subject: Fragged State in 7.0.2