Re: Re: binary data

Поиск
Список
Период
Сортировка
От Hugh Mandeville
Тема Re: Re: binary data
Дата
Msg-id 9gubbo$s6b$1@news.tht.net
обсуждение исходный текст
Ответ на Re: Re: binary data  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-sql
this works
"Alex Pilosov" <alex@pilosoft.com> wrote in message
>> what is the correct way to escape 0?  \000 doesn't work for me.
>The correct way is \\\\000 (yes really).
>
>If you are using DBD::Pg after 0.98, it will happen for you automatically
>if you bind the variable as SQL_BINARY.

>> i also tried doing an insert and using quote() with perl (DBD::Pg v1.0)
>You must use $dbh->quote($bindata,DBI::SQL_BINARY) (and DBD::Pg after 1.0)




В списке pgsql-sql по дате отправления:

Предыдущее
От: "Alain Lavigne"
Дата:
Сообщение: Re: Changing PL/pgSQL triggers
Следующее
От: "Wei Weng"
Дата:
Сообщение: Problem with installing Postgresql 7.1.1