Re: ADTs and embedded sql - Mailing list pgsql-hackers

From Tony Griffiths
Subject Re: ADTs and embedded sql
Date
Msg-id 3D16CCE7.4E8113DB@cs.man.ac.uk
Whole thread Raw
In response to ADTs and embedded sql  ("Tony Griffiths(RA)" <griffitt@cs.man.ac.uk>)
List pgsql-hackers

Thomas Lockhart wrote:
> 
> > 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?? ;)

I'd love to get involved in this, BUT... no time at the moment, although
if I get a really good Masters student  next semester - I could always
do this as their project. If this is still a requirement in about 3
months then I can set someone on to it.

Tony

> 
>                     - Thomas
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
> http://www.postgresql.org/users-lounge/docs/faq.html

-- 
Tony

---------------------------------
Dr. Tony Griffiths
Research Fellow
Information Management Group,
Department of Computer Science,
The University of Manchester,
Oxford Road,
Manchester M13 9PL, 
United Kingdom

Tel. +44 (0) 161 275 6139
Fax +44 (0) 161 275 6236
email tony.griffiths@cs.man.ac.uk
---------------------------------




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL99, CREATE CAST, and initdb
Next
From: "J. R. Nield"
Date:
Subject: Re: Index Scans become Seq Scans after VACUUM ANALYSE