Re: hstore improvements?

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: hstore improvements?
Date: 2009-03-13 19:04:56
Message-ID: 49BAAE58.3080308@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Andrew Gierth wrote:
>> I have a patch almost done that adds some obvious but currently
>> missing functionality to hstore, specifically the ability to construct
>> an hstore from a record, and the ability to construct one from a pair
>> of arrays.
>>
>> If there's any other features that people find notably missing from
>> hstore, I could stick them in too; any requests?
>
> Optionally compressing the values would be nice ...

The whole Datum will be toasted/compressed if it gets large enough. Is
that not enough?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-03-13 19:16:33 Re: hstore improvements?
Previous Message Alvaro Herrera 2009-03-13 18:34:30 Re: hstore improvements?