Re: DBD::Pg problem - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: DBD::Pg problem
Date
Msg-id 20031203065154.GA2597@svana.org
Whole thread Raw
In response to DBD::Pg problem  ("Ausrack Webmaster" <webmaster@ausrack.com.au>)
Responses Re: DBD::Pg problem  ("Ausrack Webmaster" <webmaster@ausrack.com.au>)
List pgsql-general
pg_atoi is the string to int converter. You're trying to insert it into an
integer field.

On Wed, Dec 03, 2003 at 03:45:53PM +0900, Ausrack Webmaster wrote:
> Hi
>
> I am trying to insert a simple email address into a text field,
> and I get the below error:
>
> DBD::Pg::st execute failed: ERROR:  pg_atoi: error in
> "<support@somedomain.com>": can't parse "<support@somedomain.com>"
>
> I figure it is because of the < and @ in the value, but why does it take
> these as operators even
> when the value has single quotes around it?
> I have even tried binding the values and PG_TEXT beforehand and still
> not luck.
>
> Any help would be greatly appreciated.
>
> Jason Frisch
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> "All that is needed for the forces of evil to triumph is for enough good
> men to do nothing." - Edmond Burke
> "The penalty good people pay for not being interested in politics is to be
> governed by people worse than themselves." - Plato

Attachment

pgsql-general by date:

Previous
From: "Ausrack Webmaster"
Date:
Subject: DBD::Pg problem
Next
From: David Garamond
Date:
Subject: Money data type in PostgreSQL?