Reference with inheritance propagate data

From: Yuriy Rusinov <yrusinov(at)gmail(dot)com>
To: POSTGRES <pgsql-general(at)postgresql(dot)org>
Subject: Reference with inheritance propagate data
Date: 2012-06-12 20:38:02
Message-ID: CAA5U4sxXTG8ewzn=OGxvdzQiuDdGwWfyJfdsP+_6kiJ-FnKeYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2012-06-12 22:17:37 UPDATE Syntax Check
Previous Message Philipp Kraus 2012-06-12 20:35:49 trigger on view returning created serial