Re: UTF-8 context of BYTEA datatype?? - Mailing list pgsql-general

From Rafal Pietrak
Subject Re: UTF-8 context of BYTEA datatype??
Date
Msg-id 1149008787.14902.97.camel@model.home.waw.pl
Whole thread Raw
In response to Re: UTF-8 context of BYTEA datatype??  (SCassidy@overlandstorage.com)
List pgsql-general
On Tue, 2006-05-30 at 09:05 -0700, SCassidy@overlandstorage.com wrote:
> Did you try escaping the data:
> my $rc=$sth->bind_param(1, escape_bytea($imgdata),   { pg_type =>
> DBD::Pg::PG_BYTEA });

No. But:
    $ ./test
Undefined subroutine &main::escape_bytea called at ./test line 34.

Where can I find one?
    $ grep -Rl escape_bytea /usr/share/perl* /usr/lib/perl*
... returns nothing. Neither is listed among:
    psql>\df
output.

Where should I look for it?

--
-R

pgsql-general by date:

Previous
From: Alan Hodgson
Date:
Subject: Re: Which RPM for RH Linux ES 4? PGDB or RH?
Next
From: "Jim C. Nasby"
Date:
Subject: Re: [HACKERS] Schema Limitations ?