Composite types and tables - when to use?

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

Предыдущее
От: Tim Bunce
Дата:
Сообщение: Re: Wishlist of PL/Perl Enhancements for PostgreSQL 8.5
Следующее
От: Postgres User
Дата:
Сообщение: Composite types and tables - when to use?