Re: "invalid input syntax for type bytea"

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: "invalid input syntax for type bytea"
Date: 2011-08-31 17:32:46
Message-ID: 4E5E703E.7060004@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/31/11 9:02 AM, Alan Millington wrote:
> I am running Postgres 8.4.1 on Windows XP Pro...

8.4 is currently up to 8.4.8 and you really should upgrade. 8.4.1 is
about 2 years old, and there's a long list of bugs fixed in the later
8.4 updates, see the release notes for 8.4.2 through 8.4.8 for the gory
details,
http://www.postgresql.org/docs/8.4/static/release.html

Any particular reason you're using ODBC and not a PostgreSQL python
binding like Psycopg ? I find the more layers of abstraction between
your code and the outside world, the more obscure the bugs are, and the
harder they are to track down.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2011-08-31 17:35:25 Re: [GENERAL] pg_upgrade problem
Previous Message Alvaro Herrera 2011-08-31 17:31:07 Re: [GENERAL] pg_upgrade problem