Re: Refactoring the Type System

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Refactoring the Type System
Дата
Msg-id 1289603524.26126.113.camel@jdavis-ux.asterdata.local
обсуждение исходный текст
Ответ на Re: Refactoring the Type System  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Refactoring the Type System  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Fri, 2010-11-12 at 12:03 -0500, Andrew Dunstan wrote:
> 
> On 11/12/2010 11:34 AM, David Fetter wrote:
> > Folks,
> >
> > For the past couple of years, I've been hearing from the PostGIS
> > people among others that our type system just isn't flexible enough
> > for their needs.  It's really starting to show its age, or possibly
> > design compromises that seemed reasonable a decade or more ago, but
> > are less so now.
> 
> This is so general as to be quite meaningless to me. What is it that is 
> wanted that we don't have.

Some kind of generics, type generators, or type interfaces (like an
interface in Java or type class in haskell). A real subtyping system
might also be nice.

That being said, a few details are left to be decided (an
understatement).

Regards,Jeff Davis



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: B-tree parent pointer and checkpoints
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Refactoring the Type System