Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

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

From Hitoshi Harada
Subject Re: PATCH: Add hstore_to_json()
Date
Msg-id e08cc0401001022121o4b5659a3u131158d343785c2f@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: Add hstore_to_json()  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: PATCH: Add hstore_to_json()
List pgsql-hackers
2010/1/3 Andrew Dunstan <andrew@dunslane.net>:
>
>
> Hitoshi Harada wrote:
>>
>> A question: Isn't there no possibility that we have our own
>> implementation to handle JSON (i.e. no use of external libraries)?
>>
>>
>>
>
> Why should we reinvent a wheel someone else has already invented? This is
> what shared libraries are all about.
Because what we need may be another wheel nobody has already invented.
I don't deny to use one of external libraries but don't like to decide
specification by their specifications.

Regards,


-- 
Hitoshi Harada


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: PATCH: Add hstore_to_json()
Next
From: Tom Lane
Date:
Subject: Re: So do we really *need* those substring() ops in tab-completion queries?