David Fetter <david(at)fetter(dot)org> writes:
> I'm all in favor of having associative arrays as a 1st-class data type
> in PostgreSQL. How much harder would it be to make these generally
> available vs. tied to one particular language?
We already have them--they're called "tables with primary keys". :)
What's the use-case for these things? Just imitating Oracle?
-Doug