Retrieval of OO objects.

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема Retrieval of OO objects.
Дата
Msg-id 3716EA0D.2D0DA368@bigfoot.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Opening two databases at the same time?  (Thomas Good <tomg@admin.nrnet.org>)
Ответы Re: [GENERAL] Retrieval of OO objects.  ("Oliver Elphick" <olly@lfix.co.uk>)
Список pgsql-general
Is it possible in postgres to retrieve objects with differing fields,
like in an object database? Like if I have

CREATE TABLE aaa ( a text );

CREATE TABLE bbb ( b text ) inherits (aaa);

CREATE TABLE ccc ( c text ) inherits (aaa);

SELECT * from aaa*;

Is it possible to get the fields a and c returned on objects of type bbb
and ccc? This is what an object database would do automatically.

I ask this question both in terms of the C interface as well as the psql
terminal program.

В списке pgsql-general по дате отправления:

Предыдущее
От: Adam Haberlach
Дата:
Сообщение: Re: [GENERAL] The WWW of PostgreSQL
Следующее
От: "K.T."
Дата:
Сообщение: Re: [GENERAL] pg_dumpall troubles