Re: [GENERAL] plperl -- postgresql married to perl

2001-03-30 Thread will trillich
On Fri, Mar 30, 2001 at 06:02:27PM -0800, Soma Interesting wrote: > At 06:47 PM 3/30/2001 -0600, you wrote: > > > I may be able to use array's if postgres will allow using variables to > > > reference points in the array. > > > OK, so how do I reference a specific element of an array in a record

Re: [GENERAL] plperl -- postgresql married to perl

2001-03-30 Thread Soma Interesting
At 06:47 PM 3/30/2001 -0600, you wrote: > > I may be able to use array's if postgres will allow using variables to > > reference points in the array. OK, so how do I reference a specific element of an array in a record within pl/pgsql. I've tried: NEW.name[1] NEW.name.1

[GENERAL] plperl -- postgresql married to perl

2001-03-30 Thread will trillich
On Fri, Mar 30, 2001 at 04:39:21PM -0800, Soma Interesting wrote: > At 05:47 PM 3/30/2001 -0600, you wrote: > >HOWEVER -- we do have arrays, don't forget... sometimes they can > >be bent to do more than intended (but usually not!) > > > > create table mailing( > > person_id