Re: PATCH: Add hstore_to_json()

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: Add hstore_to_json()
Date: 2009-12-18 16:56:01
Message-ID: 4BAC9F56-C1A7-4B35-B77E-FE2047B98454@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Theo Schlossnagle 2009-12-18 17:05:37 question about implementing XA-ish functions
Previous Message Florian Pflug 2009-12-18 16:51:31 Re: Update on true serializable techniques in MVCC