inheritance and table - Mailing list pgsql-general

From nik600
Subject inheritance and table
Date
Msg-id 9469c3170606260459j733ecd8j5357805e46f9f862@mail.gmail.com
Whole thread Raw
Responses Re: inheritance and table
Re: inheritance and table
Re: inheritance and table
List pgsql-general
hi

i don't have understand how works inheritance of tables...

if table B inherits from table A

- A and B must share primary keys?

- if i isert record in B the record is replaced in A ?

can i avoid this?

i would like to have this scenario:

table A

table B inheridts from A
table C inheridts from A

if i insert a record in B it must be insered only in B!
if i insert a record in C it must be insered only in C!

is it possible?

thanks

pgsql-general by date:

Previous
From: "pajai"
Date:
Subject: limit over attribute size if index over it exists
Next
From: Dylan Hansen
Date:
Subject: Re: auto-vacuum & Negative "anl" Values