inherited type

From: Miguel Angel Tribaldos Hervas <mitriher(at)teleco(dot)upv(dot)es>
To: pgsql-general(at)postgresql(dot)org
Subject: inherited type
Date: 2005-04-01 10:42:19
Message-ID: 1112352139.424d258bd96b5@webmail.upv.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

--

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shaun Clements 2005-04-01 10:54:26 Re: : Postgres order by into a RECORD, not ordering
Previous Message Shaun Clements 2005-04-01 10:36:53 Re: : Postgres order by into a RECORD, not ordering