Re: PATCH: Add hstore_to_json() - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: PATCH: Add hstore_to_json()
Date
Msg-id 4BAC9F56-C1A7-4B35-B77E-FE2047B98454@kineticode.com
Whole thread Raw
In response to Re: PATCH: Add hstore_to_json()  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Dec 18, 2009, at 8:51 AM, Robert Haas wrote:

> What would that do for us?
> 
> I'm not opposed to it, but it seems like the more important thing
> would be to provide functions or operators that can do things like
> extract an array, extract a hash key, identify whether something is a
> hash, list, or scalar, etc.

Such things would be included with such a data type, no?

Best,

David


pgsql-hackers by date:

Previous
From: Florian Pflug
Date:
Subject: Re: Update on true serializable techniques in MVCC
Next
From: Theo Schlossnagle
Date:
Subject: question about implementing XA-ish functions