Re: [ADMIN] Fwd: Re: fun with postgresql

From: "J Carlos Morales Duarte(dot)" <jcmd(at)acer(dot)com(dot)mx>
To: Ruben Fagundo <rfagundo(at)npv(dot)com>
Cc: pgsql-admin(at)postgreSQL(dot)org, Art Spaziano <spaziano(at)usa(dot)net>, dlsilvia(at)mediaone(dot)net
Subject: Re: [ADMIN] Fwd: Re: fun with postgresql
Date: 2000-01-28 19:22:38
Message-ID: Pine.LNX.4.10.10001281319390.7638-100000@cofradia.corp.mex
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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???

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message hal Lynch 2000-01-28 21:45:42 migrating administrative pieces to new install
Previous Message Ross J. Reedstrom 2000-01-28 18:41:29 Re: [ADMIN] Fwd: Re: fun with postgresql