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