Inheritance : terminology....

From: Norberto Meijome <sys(at)meijome(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Inheritance : terminology....
Date: 2005-12-15 00:59:53
Message-ID: 43A0C009.3010703@meijome.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-novice by date

  From Date Subject
Next Message Roland Giesler 2005-12-15 01:47:39 Re: RoR Tutorial
Previous Message operationsengineer1 2005-12-15 00:26:22 RoR Tutorial