ask for parts of a user defined types

From: Kjetil Haaland <kjetil(dot)haaland(at)student(dot)uib(dot)no>
To: pgsql-novice(at)postgresql(dot)org
Subject: ask for parts of a user defined types
Date: 2005-04-12 16:14:05
Message-ID: 200504121814.05516.kjetil.haaland@student.uib.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi

I am wondering if it is possible to select values from user defined types.
That is, if a new type is defined like for example the Complex type in the
documentation, is it then possible to select just one of the double values
that this type keeps? (this is not a good example, but in other types with
other values this might be interesting) In c structures this is possible
using the dot notation or ->. Is this possible in some way in PostgreSQL too?

thanks
Kjetil

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-04-12 16:49:37 Re: ask for parts of a user defined types
Previous Message Tom Lane 2005-04-12 15:48:40 Re: FW: Creating DataBases on Suse LINUX Platform