Re: MULTISET and additional functions for ARRAY
David Wheeler <david@kineticode.com>
From: "David E. Wheeler" <david@kineticode.com>
To: Darren Duncan <darren@DarrenDuncan.net>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-11-11T18:45:55Z
Lists: pgsql-hackers
On Nov 11, 2010, at 10:19 AM, Darren Duncan wrote: > I think that it would be best to implement MULTISET in the same way that a TABLE is implemented. Logically and structurally they are the same thing, but that a MULTISET typically is used as a field value of a table row. Aka, a table and a multiset are just different names for a relation, loosely speaking. That sounds like a composite type to me. Best, David