Re: Object Oriented Representation in PostgreSQL

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Object Oriented Representation in PostgreSQL
Дата
Msg-id 200206250617.XAA04459@smtp.ucsd.edu
обсуждение исходный текст
Ответ на Object Oriented Representation in PostgreSQL  (kalyanshanky@yahoo.com (Shanker))
Список 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 по дате отправления:

Предыдущее
От: Harry Yau
Дата:
Сообщение: Multiversion Concurrency Control!
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: Proxy Server ...