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

From J Carlos Morales Duarte.
Subject Re: [ADMIN] Fwd: Re: fun with postgresql
Date
Msg-id Pine.LNX.4.10.10001281319390.7638-100000@cofradia.corp.mex
Whole thread Raw
In response to Fwd: Re: fun with postgresql  (Ruben Fagundo <rfagundo@npv.com>)
Responses Re: [ADMIN] Fwd: Re: fun with postgresql  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
List pgsql-admin

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}')";

did you tried???



pgsql-admin by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: [ADMIN] Fwd: Re: fun with postgresql
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: [ADMIN] Fwd: Re: fun with postgresql