Inheritance

From: Christophe Labouisse <labouiss(at)cybercable(dot)fr>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Inheritance
Date: 2000-05-30 10:16:25
Message-ID: m2k8gcny12.fsf@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I have a table (A) with a few "sibbling" tables (B and C for
instance). When I make the following query : select id from A* where
[condition] pgsql returns ids taken from A, B or C (which is what I
want). Is there a way to know to what table the id actually belong ?

--
Le cinéma en Lumière : http://www.lumiere.org/
Fingerprint : 4721 651D D309 B302 93E4 5D73 CC52 DF3A E7C7 86CF

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2000-05-30 10:41:23 Re: Inheritance
Previous Message omid omoomi 2000-05-30 07:13:00 RE: 7.0 weirdness