Re: have you feel anything when you read this ?

From: "Eugene E(dot)" <sad(at)bankir(dot)ru>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: have you feel anything when you read this ?
Date: 2006-03-20 12:07:51
Message-ID: 441E9B17.1000505@bankir.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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" ???

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Alvaro Herrera 2006-03-20 12:13:54 Re: have you feel anything when you read this ?
Previous Message Peter Eisentraut 2006-03-20 11:51:10 Re: have you feel anything when you read this ?