Re: Update and bytea problem...

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Update and bytea problem...
Date: 2005-12-10 02:35:03
Message-ID: 20051210023503.GA17849@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Dec 09, 2005 at 08:46:17PM -0500, Jerry LeVan wrote:
> I am trying to write a general update command where
> there might be "bytea" fields involved.
>
> The update command is generated programatically.
>
> I am having some problems when a bytea field is
> involved.

What language are you using and how are you escaping the bytea
data? Could you post a code snippet so we can see exactly what
you're doing?

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jerry LeVan 2005-12-10 03:45:35 Re: Update and bytea problem...
Previous Message Michael Fuhr 2005-12-10 01:52:16 Re: random delays