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

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

Previous
From: "Eugene E."
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 ?