Re: Missing library files??

Поиск
Список
Период
Сортировка
От 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 по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: SQL99 feature list
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ecpg and bison again