a set of key/value pairs - Mailing list pgsql-general

From J.V.
Subject a set of key/value pairs
Date
Msg-id 4EA06E42.7030304@gmail.com
Whole thread Raw
Responses Re: a set of key/value pairs  (John R Pierce <pierce@hogranch.com>)
Re: a set of key/value pairs  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
Does anyone have a specific example of how to:
     1) create a variable that is a set or array of key value pairs?
     2) how to populate each element of the array (each element being a
key / value pair)
     3) how to iterate through the list or array retrieving each
key/value pair?

Please do not point me to this doc:
     http://developer.postgresql.org/pgdocs/postgres/hstore.html

What I am looking for is an example as listed in 1..3 above, and that is
not provided in the doc.

Regards,


J.V.

pgsql-general by date:

Previous
From: Raghavendra
Date:
Subject: Re: Recovery from Archive files
Next
From: Henry Drexler
Date:
Subject: plpgsql at what point does the knowledge of the query come in?