inherited tables - Mailing list pgsql-novice

From Verena Ruff
Subject inherited tables
Date
Msg-id 20314.86.59.55.246.1152452446.squirrel@v2830.vanager.de
Whole thread Raw
Responses Re: inherited tables
List pgsql-novice
Hello,

I have some inherited tables, which all share the same primary key, like

table1 with PK id
table2 inherits table1 with PK id
table3 inherits table1 with PK id

where id is a serial.

If I have an id,  is there an easy way to find out in which of these
tables this record is created (was it INSERT INTO table1 or INSERT INTO
table2 or INSERT INTO table3)?
Hope you understood what I intented to say.

Regards,
Verena


pgsql-novice by date:

Previous
From: Laurent FRANCOIS
Date:
Subject: Re: Help!
Next
From: Sean Davis
Date:
Subject: Re: inherited tables