inheritance and selection

From: "Francois TETE" <francois(dot)tete(at)stream-core(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: inheritance and selection
Date: 1999-03-29 08:29:28
Message-ID: 01be79be$432507c0$070010ac@ft.gennevilliers.stream-core.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

I am wondering if there is a means to know to which table a row that I have selected actually belongs :

I have a base class (for example BASE) which I have derived (for example DERIVED1 and DERIVED2) and
I am performing the following request :
SELECT * FROM BASE* WHERE <where clause>;
and I would like to know to which table (i.e. DERIVED1 or DERIVED2) the selected rows actually belong.

Thank you for any help

Francois
---
Francois TETE
StreamCORE
2 place des Hauts Tilliers - 92632 Gennevilliers Cedex - France
Mail : francois(dot)tete(at)stream-core(dot)com
Phone: +33 1 41 21 46 22
Fax : +33 1 41 21 46 27

Browse pgsql-sql by date

  From Date Subject
Next Message Francois TETE 1999-03-29 08:34:45 inheritance and update
Previous Message Richi Plana 1999-03-28 19:11:54 Re: [SQL] Re: [GENERAL] Determining if "in a text set"