Re: hstore syntax - Mailing list pgsql-general

From Kaare Rasmussen
Subject Re: hstore syntax
Date
Msg-id 52A4556A.30207@jasonic.dk
Whole thread Raw
In response to Re: hstore syntax  (Magnus Hagander <magnus@hagander.net>)
List pgsql-general
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.



pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: hstore syntax
Next
From: Bborie Park
Date:
Subject: Set returning aggregate?