Re: bug in working with TEXT constants ?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: bug in working with TEXT constants ?
Дата
Msg-id 20031028070734.P60098@megazone.bigpanda.com
обсуждение исходный текст
Ответ на bug in working with TEXT constants ?  (sad <sad@bankir.ru>)
Список pgsql-sql
On Tue, 28 Oct 2003, sad wrote:

> Good day.
>
> AFAIK PostgreSQL provides the type TEXT with 4-byte prefix length
> which is distinct to C's zero-terminated  (char *)
> That's very good.
> Then I expect natural possibility to store texts having zero characters.

If you want to store zero characters (or binary data) you
probably want bytea not text.


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

Предыдущее
От: "SZŰCS Gábor"
Дата:
Сообщение: numeric and float converts to int differently?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bug in working with TEXT constants ?