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

From Achilleus Mantzios
Subject Re: have you feel anything when you read this ?
Date
Msg-id Pine.LNX.4.44.0603201504250.22800-100000@matrix.gatewaynet.com
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
O Peter Eisentraut έγραψε στις Mar 20, 2006 :

> 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

Just did

dynacom=# SELECT '\150\145\154\154\157'::text;text
-------hello
(1 row)

dynacom=#
dynacom=#
dynacom=# SELECT '\000\150\145\154\154\157'::text;text
------

(1 row)

dynacom=#         

Oops!

> 
> 

-- 
-Achilleus



pgsql-sql by date:

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