Re: Support for persistant objects in PostgreSQL?

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, trisuresh(at)yahoo(dot)co(dot)in
Subject: Re: Support for persistant objects in PostgreSQL?
Date: 2004-08-02 17:19:03
Message-ID: 20040802141817.S14810@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2 Aug 2004, Josh Berkus wrote:

> Suresh,
>
>> Is persistant objects and references to these objects
>> supported in PostgreSQL? If so can anyone point me to
>> the documentation for these?
>
> These structures are usually known as "Composite Types", although they have a
> different, less intuitive name in the SQL99 standard which escapes me at the
> moment. "Persistant Objects" is an Oracle-ism which is why you're having
> trouble finding help on it.
>
> Currently 7.4 PostgreSQL 7.4 supports the creation of such types and use of
> them in Functions and queries. However, using them as a table column will
> not be supported until the next PostgreSQL version, coming soon.

Is this much different (and how?) then using inheritance? CREATE TABLE vs
CREATE TYPE ... but looking at the example he provided, that was my first
thought ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2004-08-02 17:42:04 Re: Support for persistant objects in PostgreSQL?
Previous Message Merlin Moncure 2004-08-02 17:18:26 Re: Support for persistant objects in PostgreSQL?