From: | "Ross J(dot) Reedstrom" <reedstrm(at)wallace(dot)ece(dot)rice(dot)edu> |
---|---|
To: | "J Carlos Morales Duarte(dot)" <jcmd(at)acer(dot)com(dot)mx> |
Cc: | Ruben Fagundo <rfagundo(at)npv(dot)com>, pgsql-admin(at)postgresql(dot)org |
Subject: | Re: [ADMIN] Fwd: Re: fun with postgresql |
Date: | 2000-01-28 18:41:29 |
Message-ID: | 20000128124129.A12099@rice.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)rice(dot)edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St., Houston, TX 77005
From | Date | Subject | |
---|---|---|---|
Next Message | J Carlos Morales Duarte. | 2000-01-28 19:22:38 | Re: [ADMIN] Fwd: Re: fun with postgresql |
Previous Message | Ross J. Reedstrom | 2000-01-28 18:01:56 | Re: [ADMIN] Fwd: Re: fun with postgresql |