Re: Feature Request: JSON input for hstore - Mailing list pgsql-hackers

From David Fetter
Subject Re: Feature Request: JSON input for hstore
Date
Msg-id 20090914224120.GE29367@fetter.org
Whole thread Raw
In response to Feature Request: JSON input for hstore  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Feature Request: JSON input for hstore
Re: Feature Request: JSON input for hstore
List pgsql-hackers
On Mon, Sep 14, 2009 at 03:14:57PM -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?

The backend, ideally in some pluggable way.  XML, under proper
circumstances, should work, as should YAML, etc.

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Commitfest Code Sprint with PUGs
Next
From: Andrew Gierth
Date:
Subject: revised hstore patch