Re: UTF-8 context of BYTEA datatype??

Поиск
Список
Период
Сортировка
От Rafal Pietrak
Тема Re: UTF-8 context of BYTEA datatype??
Дата
Msg-id 1149008787.14902.97.camel@model.home.waw.pl
обсуждение исходный текст
Ответ на Re: UTF-8 context of BYTEA datatype??  (SCassidy@overlandstorage.com)
Список 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 по дате отправления:

Предыдущее
От: Alan Hodgson
Дата:
Сообщение: Re: Which RPM for RH Linux ES 4? PGDB or RH?
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [HACKERS] Schema Limitations ?