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 441EA0A7.8030601@bankir.ru
Whole thread Raw
In response to Re: have you feel anything when you read this ?  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Responses Re: have you feel anything when you read this ?
Re: have you feel anything when you read this ?
List pgsql-sql
Achilleus Mantzios wrote:

>>>   a
>>>--------
>>> a\000b
>>
>>are you kidding ?
>>where is NUL-byte in "a\000b" ???
> 
> 
> Null byte is a byte of value zero, 
> and allow me to say that the \000 in "a\000b" is exactly this.

if ("\0"=="\\000")  printf("congratulations!!!");


NOTE:
I am not care about a _display_ NUL-byte on a screen !
weither it'll be "space" or "some escape sequence"

the problem is: you'll get this four byte sequence '\000' _instead_ of 
NUL-byte anyway.


pgsql-sql by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: have you feel anything when you read this ?
Next
From: "Eugene E."
Date:
Subject: Re: have you feel anything when you read this ?