Re: [GENERAL] Nested tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [GENERAL] Nested tables
Дата
Msg-id Pine.LNX.4.21.0003040404490.489-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Nested tables  (Jason Vasquez <VASQUEZ_JASON@Lilly.com>)
Список pgsql-general
Jason Vasquez writes:

> PostgreSQL lets me create the class myItem with a "acl" field type, but I
> can't figure out how to insert multiple values (or any values!) into the
> access_control field...

This seems to be a remnant of the highly praised "object-relational"
features once present in Postgres but now fallen to neglect and poorly
understood. You probably don't want to do this but use a foreign key
instead.

--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


В списке pgsql-general по дате отправления:

Предыдущее
От: Elmar.Haneke@gmx.de
Дата:
Сообщение: Re: [GENERAL] database corruption?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [GENERAL] Median, Quartile and Percentile Aggregate Functions