BUG #13503: json_to_hstore does not works with backslash-quote in json value - Mailing list pgsql-bugs

From kolmyk@hotmail.com
Subject BUG #13503: json_to_hstore does not works with backslash-quote in json value
Date
Msg-id 20150716064420.2337.9830@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13503: json_to_hstore does not works with backslash-quote in json value
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13503
Logged by:          Aleksei
Email address:      kolmyk@hotmail.com
PostgreSQL version: 9.4.1
Operating system:   Windows
Description:

select json_to_hstore('{"key":"\"quoted value\""}'::json)

-- ERROR:  Syntax error near '"' at position 7
-- CONTEXT:  SQL function "json_to_hstore" statement 1

pgsql-bugs by date:

Previous
From: pinker
Date:
Subject: Interval - incorrect grammar form
Next
From: Tom Lane
Date:
Subject: Re: BUG #13503: json_to_hstore does not works with backslash-quote in json value