Re: Object Relational features in PostgreSQL - Mailing list pgsql-general

From Jeff Eckermann
Subject Re: Object Relational features in PostgreSQL
Date
Msg-id 20040126150340.69476.qmail@web20803.mail.yahoo.com
Whole thread Raw
In response to Object Relational features in PostgreSQL  ("Robert Abi Saab" <RSaab@ccc.gr>)
List pgsql-general
--- Robert Abi Saab <RSaab@ccc.gr> wrote:

> So my question is whether there is (or will be) any
> support for (any of)
> the following:
>
> More flexible user defined types and support for
> these in tables
>
> Type inheritance
>
> REF and DEREF data types
>
> Nested tables
>
> Polymorphism and more flexible casting of objects
> (like the TREAT
> function, not only the ONLY function)
>
> Typed tables (create table X of type Y)
>
> Object views
>
> User defined functions (encapsulated in the body of
> a user defined type)
>
>
>
> I would be really thankful for any fast reply,
> because I need to report
> to the management whether a migration to PostgreSQL
> is both efficient
> and possible or not.

Out of curiosity, what makes these features
indispensable to your project?  Are you seeking to
migrate from a DBMS that already supports those
features, and if so, what is that?

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

pgsql-general by date:

Previous
From: "Jim Wilson"
Date:
Subject: Re: Casting varchar to interval.?
Next
From:
Date:
Subject: Global variables for plpgsql stored procedures