Re: ADTs and embedded sql

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: ADTs and embedded sql
Дата
Msg-id 3D133EB3.408A407B@fourpalms.org
обсуждение исходный текст
Ответ на ADTs and embedded sql  ("Tony Griffiths(RA)" <griffitt@cs.man.ac.uk>)
Список pgsql-hackers
> Ah, I see --- more or less make all of utils/adt/ available to be
> linked into clients.
> > That is a Good Idea in principle. In practice, ...
> Yeah, it'd be a huge amount of work.  For starters, all that code
> relies on the backend environment for error handling and memory
> management...

It would be a large amount of work to make *all* of utils/adt available.
However, the initial work would be to support I/O to get values
converted to internal storage. Michael M. already has to do some of this
for ecpg, and presumably we could do this for more types (or maybe *all*
builtin types are already supported in this way by ecpg, in which case
MM has already done all of the hard work, and we might just repackage
it).

A first cut would seem to be appropriate, if someone would like to pick
up the work. Tony?? ;)
                   - Thomas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ADTs and embedded sql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: What is wrong with hashed index usage?