| От | Tom Lane |
|---|---|
| Тема | Re: Missing library files?? |
| Дата | |
| Msg-id | 4118.1024495564@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Missing library files?? ("Tony Griffiths(RA)" <griffitt@cs.man.ac.uk>) |
| Список | pgsql-hackers |
"Tony Griffiths(RA)" <griffitt@cs.man.ac.uk> writes:
> Fair enough - that's what I half expected. I'm wanting to write some
> embedded sql that selects a box attribute from a relation - is there any
> direct way of retrieving a BOX typed value from the select without
> having to go through decoding the retrieved string. I know I can do this
> using a binary cursor, but this means moving from embedded sql.
The binary representation of BOX wouldn't necessarily be the same on
client and server machines anyway (surely you don't want to wire in
an assumption that client and server are on the same kind of hardware).
I'd say bite the bullet and parse the ASCII string; it's hardly
difficult.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера