Re: Proposal: associative arrays for plpgsql (concept)

From: Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal: associative arrays for plpgsql (concept)
Date: 2005-06-29 18:24:24
Message-ID: Pine.LNX.4.44.0506292014370.20754-100000@kix.fsv.cvut.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 29 Jun 2005, Josh Berkus wrote:

> Pavel,
>
> > The concept is from Oracle 9i, but with some changes.
> >
> > http://www.oracle-10g.de/oracle_10g_documentation/appdev.101/b10807/05_coll
> >s.htm#i35672
>
> How does this match the SQL2003 spec?
>
>

I don't know. What I can read about it, it's only PL/SQL feature and maybe
reason for PL/pgSQL.

I like and need

a) hash arrays
b) iteration over all items of array

All I can use well in my codes.

Pavel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2005-06-29 18:36:37 Re: Proposal: associative arrays for plpgsql (concept)
Previous Message Tom Lane 2005-06-29 17:40:20 Re: [PATCHES] Users/Groups -> Roles