| От | Alvaro Herrera |
|---|---|
| Тема | Re: have you feel anything when you read this ? |
| Дата | |
| Msg-id | 20060320122749.GC12564@surnet.cl обсуждение исходный текст |
| Ответ на | Re: have you feel anything when you read this ? ("Eugene E." <sad@bankir.ru>) |
| Ответы |
Re: have you feel anything when you read this ?
|
| Список | pgsql-sql |
Eugene E. wrote: > Alvaro Herrera wrote: > >text is not bytea. > > source says: > > typedef text varlena; > typedef bytea varlena; This means that as far as the C type system is concerned, both bytea and text are treated as "struct varlena". It doesn't mean that they are processed by the same input/output functions, which they aren't. NUL bytes are preserved in bytea, and used as terminators in text. I don't find this surprising at all, do you? -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера