Re: Feature Request: JSON input for hstore

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Feature Request: JSON input for hstore
Date: 2009-09-14 23:32:38
Message-ID: DA7F33C1-AB76-4D3F-817A-4FF9D3122C0A@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sep 14, 2009, at 7:05 PM, Jeff Davis <pgsql(at)j-davis(dot)com> wrote:

> On Mon, 2009-09-14 at 15:14 -0700, Josh Berkus wrote:
>> Hackers,
>>
>> I've just had a feature request from a client that we come up with
>> a way
>> to enable JSON input into hstore. This would make hstore much more
>> useful for software developers.
>>
>> First question: would this go in the language driver, libpq, or the
>> backend? Thoughts?
>
> What's wrong with just using a variant of the type input function?
> With
> a parameterized insert, it doesn't seem like it's really placing
> much of
> a burden on the application.

Agreed, I was thinking the same thing.

...Roberta

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-09-14 23:42:02 Re: Commitfest Code Sprint with PUGs
Previous Message David Fetter 2009-09-14 23:23:58 Re: Feature Request: JSON input for hstore