dbTalk Databases Forums  

can't update bytea field with function

comp.databases.postgresql.general comp.databases.postgresql.general


Discuss can't update bytea field with function in the comp.databases.postgresql.general forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
scott johnston
 
Posts: n/a

Default can't update bytea field with function - 03-22-2005 , 12:31 PM






i have a stored procedure that goes

Create function myfunction(bytea)
returns void
as
'update tbl_entity SET Right_Thumb = $1;' language sql

the problem is that if i change the stored procedure code to say
update a varchar (ie of a different column) the stored procedure works
fine. but when i throw a bytea into the procedure i get an error
"column XXX is of type byte but expresion is of thype integer"

i can assure you that the colun i am trying to update is the correct
data type because i have a insert function that inserts blobs into the
column just fine. Is this a glitch in postgresql.

Can anybody help?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.