Support for persistant objects in PostgreSQL? - Mailing list pgsql-hackers

From Suresh Tri
Subject Support for persistant objects in PostgreSQL?
Date
Msg-id 20040802060835.25463.qmail@web25001.mail.ukl.yahoo.com
Whole thread Raw
Responses Re: Support for persistant objects in PostgreSQL?  (Jeff <threshar@torgo.978.org>)
List pgsql-hackers
Hi,

Can you have persistant objects in PostgreSQL? In
Oracle you can have create Object types. e.g
create type ADDRESS as object  (street_name     VARCHAR2(30),   house_no        NUMBER);
In Oracle you can even have references to these
objects from other tables.

Is persistant objects and references to these objects
supported in PostgreSQL? If so can anyone point me to
the documentation for these?

Thanks,
Suresh


    
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun!
http://uk.messenger.yahoo.com
 


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: dumping large object comments
Next
From: Adrian Maier
Date:
Subject: shared buffer hash table corrupted