Re: have you feel anything when you read this ?

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, "Eugene E(dot)" <sad(at)bankir(dot)ru>, pgsql-sql(at)postgresql(dot)org
Subject: Re: have you feel anything when you read this ?
Date: 2006-03-20 12:13:54
Message-ID: 20060320121354.GA12564@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Achilleus Mantzios wrote:

> dynacom=# SELECT '\000\150\145\154\154\157'::text;
> text
> ------
>
> (1 row)
>
> dynacom=#
>
> Oops!

text is not bytea.

alvherre=# SELECT $$\000\150\145\154\154\157$$::bytea;
bytea
-----------
\000hello
(1 fila)

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Alvaro Herrera 2006-03-20 12:18:58 Re: have you feel anything when you read this ?
Previous Message Eugene E. 2006-03-20 12:07:51 Re: have you feel anything when you read this ?