Re: Proposal: associative arrays for plpgsql (concept) - Mailing list pgsql-hackers

From Douglas McNaught
Subject Re: Proposal: associative arrays for plpgsql (concept)
Date
Msg-id m2zmt913n2.fsf@Douglas-McNaughts-Powerbook.local
Whole thread Raw
In response to Re: Proposal: associative arrays for plpgsql (concept)  (David Fetter <david@fetter.org>)
Responses Re: Proposal: associative arrays for plpgsql (concept)
Re: Proposal: associative arrays for plpgsql (concept)
List pgsql-hackers
David Fetter <david@fetter.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


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Proposal: associative arrays for plpgsql (concept)
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] Users/Groups -> Roles