Re: Calling a PostgreSQL function via DBI
- From: louis.gonzales@xxxxxxxxxxxxxx (Louis Gonzales)
- Date: Thu, 23 Feb 2006 17:16:07 -0500
Christian,
On looking at your output once more, if you're trying to insert a string, "2001-11-11 11:11:11::timestamp" into a TIMESTAMP datatype, this won't work.
That's why it's complaining about a typecast... this at least makes logical sense to me.
You'd have to change the datatype to accept a string, which is what you're trying to fill with a value.
Does that makes sense?
- References:
- Re: Calling a PostgreSQL function via DBI
- From: Christian Stalp
- Re: Calling a PostgreSQL function via DBI
- Prev by Date: RE: Calling a PostgreSQL function via DBI
- Next by Date: RE: Calling a PostgreSQL function via DBI
- Previous by thread: Re: Calling a PostgreSQL function via DBI
- Next by thread: RE: Calling a PostgreSQL function via DBI
- Index(es):