From: | Thomas Lockhart <lockhart(at)fourpalms(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "Tony Griffiths(RA)" <griffitt(at)cs(dot)man(dot)ac(dot)uk>, Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: ADTs and embedded sql |
Date: | 2002-06-21 14:56:51 |
Message-ID: | 3D133EB3.408A407B@fourpalms.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-06-21 15:03:25 | Re: What is wrong with hashed index usage? |
Previous Message | Julian Mehnle, Linksystem Muenchen | 2002-06-21 14:56:11 | ODBC Driver 7.02.0001 (Win32) (Unicode mode): CRLF->LF works, LF->CRLF doesn't |