Re: Object Oriented Representation in PostgreSQL

From: Jeff Davis <list-pgsql-general(at)empires(dot)org>
To: kalyanshanky(at)yahoo(dot)com (Shanker), pgsql-general(at)postgresql(dot)org
Subject: Re: Object Oriented Representation in PostgreSQL
Date: 2002-06-25 06:16:53
Message-ID: 200206250617.XAA04459@smtp.ucsd.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sean Chittenden 2002-06-25 06:22:46 Re: Proxy Server ...
Previous Message Harry Yau 2002-06-25 05:36:11 Multiversion Concurrency Control!