Re: bug in working with TEXT constants ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug in working with TEXT constants ?
Дата
Msg-id 22445.1067355694@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug in working with TEXT constants ?  (sad <sad@bankir.ru>)
Список pgsql-sql
sad <sad@bankir.ru> writes:
> Then I expect natural possibility to store texts having zero characters.

You expect wrong; we don't support embedded nulls in text values, nor in
literal strings.  You can store nulls in BYTEA fields, but you have to
use bytea's escaping conventions to represent the value in SQL commands,
eg, 'foo\\000bar'.
        regards, tom lane


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

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