Re: have you feel anything when you read this ?

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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Eugene E. 2006-03-20 12:07:51 Re: have you feel anything when you read this ?
Previous Message Eugene E. 2006-03-20 10:59:43 Re: have you feel anything when you read this ?