Inheritance : terminology....

Поиск
Список
Период
Сортировка
От Norberto Meijome
Тема Inheritance : terminology....
Дата
Msg-id 43A0C009.3010703@meijome.net
обсуждение исходный текст
Список pgsql-novice
Hi there,
I defined table A with some fields. Then Table b and c with

create table b (
) inherits (a);

create table c (
) inherits (a);

Given that b and c are defined with 'inherits (a)', why does PGAdminIII
(1.4.0, Nov 5 2005) show a with 0 inherited tables, and both b and c
show 'a' as 'inherited'. Shouldn't this be the OTHER way around?

(everyhing else works as it should btw)

Confused,
Beto

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

Предыдущее
От:
Дата:
Сообщение: RoR Tutorial
Следующее
От: "Roland Giesler"
Дата:
Сообщение: Re: RoR Tutorial