Re: [ADMIN] Fwd: Re: fun with postgresql - Mailing list pgsql-admin

From Ross J. Reedstrom
Subject Re: [ADMIN] Fwd: Re: fun with postgresql
Date
Msg-id 20000128124129.A12099@rice.edu
Whole thread Raw
In response to Re: [ADMIN] Fwd: Re: fun with postgresql  ("J Carlos Morales Duarte." <jcmd@acer.com.mx>)
List pgsql-admin
On Fri, Jan 28, 2000 at 01:22:38PM -0600, J Carlos Morales Duarte. wrote:
>
>
> mmmmmmmmmm
>
> On Fri, 28 Jan 2000, Ruben Fagundo wrote:
>
> > Does anyone have any idea why this happened ?
> >
> > I'm having trouble with postgresql.  My script tries to do this:
> >
> > my $sql = "insert into people (firstName, lastName, Email)
> > values ($V{'firstname'}, $V{'lastname'}, $V{'MAILTO'})";
> >
> i like more...
>
> my $sql = "insert into people (firstName, lastName, Email)
>  values ('$V{firstname}','$V{lastname}','$V'MAILTO}')";

I think he means (deleted wrong character by MAILTO):

  values ('$V{firstname}','$V{lastname}','$V{MAILTO}')";

but as I said, I don't know perl ;-)

Ross
--
Ross J. Reedstrom, Ph.D., <reedstrm@rice.edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St.,  Houston, TX 77005


pgsql-admin by date:

Previous
From: "J Carlos Morales Duarte."
Date:
Subject: Re: [ADMIN] Fwd: Re: fun with postgresql
Next
From: hal Lynch
Date:
Subject: migrating administrative pieces to new install