On Tue, Oct 29, 2002 at 09:37:18AM -0800, David Wheeler wrote:
> On Tuesday, October 29, 2002, at 02:50  AM, Tim Bunce wrote:
> 
> That looks to me like it's using octal characters. Is this wrong, then? 
> This approach, BTW, is what the bytea data type understands, not hex.

So "SQL_BINARY" should not be used to describe that type.
Stick with { pg_type => NNN }

Tim.

> >Best to use bind_param($col, $val, { pg_type => NNN })
> >where NNN is the value of the PostgreSQL bytea type.
> 
> Right, okay.
> 
> Thanks for the reply, Tim!
> 
> Regards,
> 
> David
> 
> -- 
> David Wheeler                                     AIM: dwTheory
> [EMAIL PROTECTED]                                 ICQ: 15726394
> http://david.wheeler.net/                      Yahoo!: dew7e
>                                                Jabber: [EMAIL PROTECTED]
> 

Reply via email to