how to list or array of key value pairs

From: "J(dot)V(dot)" <jvsrvcs(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: how to list or array of key value pairs
Date: 2011-10-12 18:45:15
Message-ID: 4E95E03B.8000708@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need to rephrase this because of some confusion as to what I was
looking for.

I want to create and initialize a list or array of key/value pairs.
Then I want to iterate through this list (or array) retrieving each
key/value for use in a sql statement.

I want to do this in a stored function.

that's all

any ideas?

J.V.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2011-10-12 19:11:11 Re: how to key/value iterate in stored function
Previous Message J.V. 2011-10-12 18:43:06 Re: how to key/value iterate in stored function