Re: [GENERAL] Update and bytea problem...

2005-12-09 Thread Jerry LeVan
Begin forwarded message: From: Jerry LeVan <[EMAIL PROTECTED]> Date: December 9, 2005 10:45:35 PM EST To: Michael Fuhr <[EMAIL PROTECTED]> Cc: Postgres General Subject: Re: [GENERAL] Update and bytea problem... On Dec 9, 2005, at 9:35 PM, Michael Fuhr wrote: On Fri, Dec 09, 2

Re: [GENERAL] Update and bytea problem...

2005-12-09 Thread Jerry LeVan
On Dec 9, 2005, at 9:35 PM, Michael Fuhr wrote: 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 fie

Re: [GENERAL] Update and bytea problem...

2005-12-09 Thread Michael Fuhr
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

[GENERAL] Update and bytea problem...

2005-12-09 Thread Jerry LeVan
Hi, 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. A generated command might look like: update pics set info='moof.jpg', byteafield='moof.jpg