a set of key/value pairs

From: "J(dot)V(dot)" <jvsrvcs(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: a set of key/value pairs
Date: 2011-10-20 18:53:54
Message-ID: 4EA06E42.7030304@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Henry Drexler 2011-10-20 19:03:48 plpgsql at what point does the knowledge of the query come in?
Previous Message Raghavendra 2011-10-20 18:42:30 Re: Recovery from Archive files