From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Jason Vasquez <VASQUEZ_JASON(at)Lilly(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: [GENERAL] Nested tables |
Date: | 2000-03-04 17:05:49 |
Message-ID: | Pine.LNX.4.21.0003040404490.489-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Vasquez | 2000-03-04 17:28:30 | Re: [GENERAL] Nested tables |
Previous Message | Peter Eisentraut | 2000-03-04 17:05:29 | Re: [GENERAL] Illegal use of aggregates or non-group column in target list |