Re: Object Oriented Representation in PostgreSQL - Mailing list pgsql-general

From Jeff Davis
Subject Re: Object Oriented Representation in PostgreSQL
Date
Msg-id 200206250617.XAA04459@smtp.ucsd.edu
Whole thread Raw
In response to Object Oriented Representation in PostgreSQL  (kalyanshanky@yahoo.com (Shanker))
List pgsql-general
It's not entirely clear what you want the database to do for you, but it
looks like pgsql's "create type" command would help you out. A created type
takes input, processes it, stores it, and provides a way of displaying the
data. You can also provide operations for the data so that it works with
indexes or that kind of thing.

Regards,
    Jeff

On Monday 24 June 2002 03:55 am, Shanker wrote:
> Hi PostgreSQL expert,
>
> How to make an object in PostgreSQL.. For example I can make object in
> oracle like "Create Type <object_name> as Object ...."  Finally i also
> want to make array of object in the table.  Could any PostgreSQL
> expert help me on this issue.
>
> Awaiting for your reply
>
> Thanks in advance
>
> Shanker.K
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org



pgsql-general by date:

Previous
From: Harry Yau
Date:
Subject: Multiversion Concurrency Control!
Next
From: Sean Chittenden
Date:
Subject: Re: Proxy Server ...