Composite types and tables - when to use? - Mailing list pgsql-general

From Postgres User
Subject Composite types and tables - when to use?
Date
Msg-id b88c3460910061349m2a4f47e7j664628197d2fb928@mail.gmail.com
Whole thread Raw
In response to Composite types and tables - when to use?  (Postgres User <postgres.developer@gmail.com>)
List pgsql-general
Browsing the docs last night, I realized that I've never taken
advantage of Postgres' powerful composite types.  But a question came
to mind- in what scenarios should you use a composite type in a table
structure?  That is, I can see the benefits of a composiite type
insofar as it essentially lets you add virtual  tuples to a table
without having to alter the table structure to add new fields.
Instead you can simply extend the composite type.  But why take this
approach?

http://www.postgresql.org/docs/8.4/static/rowtypes.html

pgsql-general by date:

Previous
From: Postgres User
Date:
Subject: Composite types and tables - when to use?
Next
From: Postgres User
Date:
Subject: Re: interface for "non-SQL people"