Re: have you feel anything when you read this ?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: have you feel anything when you read this ?
Дата
Msg-id 200603201251.11255.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: have you feel anything when you read this ?  ("Eugene E." <sad@bankir.ru>)
Ответы Re: have you feel anything when you read this ?  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Re: have you feel anything when you read this ?  ("Eugene E." <sad@bankir.ru>)
Список pgsql-sql
Eugene E. wrote:
> the bytea does not output NULs at all.
> don't mock me.

peter=# create table test (a bytea);
CREATE TABLE
peter=# insert into test values ('a\\000b');
INSERT 0 1
peter=# select * from test;  a
--------a\000b

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: "Eugene E."
Дата:
Сообщение: Re: have you feel anything when you read this ?
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: have you feel anything when you read this ?