Reference with inheritance propagate data - Mailing list pgsql-general

From Yuriy Rusinov
Subject Reference with inheritance propagate data
Date
Msg-id CAA5U4sxXTG8ewzn=OGxvdzQiuDdGwWfyJfdsP+_6kiJ-FnKeYw@mail.gmail.com
Whole thread Raw
Responses Re: Reference with inheritance propagate data
List pgsql-general
Hello, All !

I have base table q_base_table with column (id bigint) which may be
inherited by users tables, primary key for both base table and derived
tables is id. Now I need for another table record_rubricator which has
to be referenced to base and derived tables, which way I have to do
it, because postgresql does not allow automatically propagate data ?

--
Best regards,
Sincerely yours,
Yuriy Rusinov.

pgsql-general by date:

Previous
From: Philipp Kraus
Date:
Subject: trigger on view returning created serial
Next
From: Rich Shepard
Date:
Subject: UPDATE Syntax Check