Re: invalidly encoded strings

Поиск
Список
Период
Сортировка
От db@zigo.dhs.org
Тема Re: invalidly encoded strings
Дата
Msg-id 40010.192.121.104.48.1189413959.squirrel@zigo.dhs.org
обсуждение исходный текст
Ответ на Re: invalidly encoded strings  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
>>> I think the concern is when they use only one slash, like:
>>>   E'\377\000\377'::bytea
>>> which, as I mentioned before, is not correct anyway.
>
> Wait, why would this be wrong? How would you enter the three byte bytea of
> consisting of those three bytes described above?

Either as

E'\\377\\000\\377'

or

'\377\000\377'

/Dennis




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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: invalidly encoded strings
Следующее
От: Jens-Wolfhard Schicke
Дата:
Сообщение: Re: Hash index todo list item