On 12/08/2013 11:45 AM, Magnus Hagander wrote:
> If it's just for a single value, you can just use
>
> SELECT hstore('key', s.part)
>
> It also takes array (either one big array, or one array of keys and
> one array of values).
>
Super! I knew I was missing the obvious.