Re: have you feel anything when you read this ?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: have you feel anything when you read this ?
Дата
Msg-id 200603201415.30719.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: have you feel anything when you read this ?  ("Eugene E." <sad@bankir.ru>)
Ответы Re: have you feel anything when you read this ?  ("Eugene E." <sad@bankir.ru>)
Список 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/


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Eugene E."
Дата:
Сообщение: Re: have you feel anything when you read this ?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: have you feel anything when you read this ?