Composite types and tables - when to use?

Поиск
Список
Период
Сортировка
От Postgres User
Тема Composite types and tables - when to use?
Дата
Msg-id b88c3460910061349m2a4f47e7j664628197d2fb928@mail.gmail.com
обсуждение исходный текст
Ответ на Composite types and tables - when to use?  (Postgres User <postgres.developer@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Postgres User
Дата:
Сообщение: Composite types and tables - when to use?
Следующее
От: Postgres User
Дата:
Сообщение: Re: interface for "non-SQL people"