Thomas Swan wrote:
>I think I may have asked this before... If I did I'm sorry, but maybe this
>attempt, assuming a prior one, may be a little more clear.
>
>create table foo (id int8);
>create table bar1 (name text) inherits (foo);
>create table bar2 (data text) inherits (foo);
>cr
I think I may have asked this before... If I did I'm sorry, but maybe
this attempt, assuming a prior one, may be a little more clear.
create table foo (id int8);
create table bar1 (name text) inherits (foo);
create table bar2 (data text) inherits (foo);
create table hybrid ( ) inherits (bar1, ba