[SQL] Re: [HACKERS] 7.0.2: Arrays

2000-09-05 Thread Kristofer Munn
On Tue, 5 Sep 2000, 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), > ler(# routers[] varchar(64)); What you want

[SQL] Re: [HACKERS] 7.0.2: Arrays

2000-09-05 Thread Larry Rosenman
Ok, so I can't read. Thanks! LER * Kristofer Munn <[EMAIL PROTECTED]> [000905 15:27]: > On Tue, 5 Sep 2000, 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 (