Re: hstore syntax

From: Kaare Rasmussen <kaare(at)jasonic(dot)dk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: hstore syntax
Date: 2013-12-08 11:18:02
Message-ID: 52A4556A.30207@jasonic.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bborie Park 2013-12-08 19:40:37 Set returning aggregate?
Previous Message Magnus Hagander 2013-12-08 10:45:04 Re: hstore syntax