inherited type - Mailing list pgsql-general

From Miguel Angel Tribaldos Hervas
Subject inherited type
Date
Msg-id 1112352139.424d258bd96b5@webmail.upv.es
Whole thread Raw
Responses Re: inherited type  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: inherited type  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
Hi,

I am working with inheritance in postgresql 7.4. If I create a table named A,
and another named B that inherits from A, if I perform a query such a
"SELECT * FROM A" (without ONLY clause),
how can I get the type (identifier from pg_type) of the returned records??

Thanks in advance.

--


pgsql-general by date:

Previous
From: Shaun Clements
Date:
Subject: Re: : Postgres order by into a RECORD, not ordering
Next
From: Shaun Clements
Date:
Subject: Re: : Postgres order by into a RECORD, not ordering