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: Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: have you feel anything when you read this ?
Date: 2006-03-20 13:15:29
Message-ID: 200603201415.30719.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

What you seem to be missing is that PostgreSQL data can be represented
in textual and in binary form. What you in psql is the textual form.
If you want the binary form you need to select it. Then you can pass
the exact bytes back and forth.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2006-03-20 13:16:51 Re: have you feel anything when you read this ?
Previous Message Achilleus Mantzios 2006-03-20 13:06:11 Re: have you feel anything when you read this ?