Re: have you feel anything when you read this ? - Mailing list pgsql-sql

From Eugene E.
Subject Re: have you feel anything when you read this ?
Date
Msg-id 441E9B17.1000505@bankir.ru
Whole thread Raw
In response to Re: have you feel anything when you read this ?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: have you feel anything when you read this ?
List pgsql-sql
Peter Eisentraut wrote:
> 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

are you kidding ?
where is NUL-byte in "a\000b" ???



pgsql-sql by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: have you feel anything when you read this ?
Next
From: Achilleus Mantzios
Date:
Subject: Re: have you feel anything when you read this ?