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

From Tom Lane
Subject Re: BUG #13503: json_to_hstore does not works with backslash-quote in json value
Date
Msg-id 5310.1437071271@sss.pgh.pa.us
Whole thread Raw
In response to BUG #13503: json_to_hstore does not works with backslash-quote in json value  (kolmyk@hotmail.com)
List pgsql-bugs
kolmyk@hotmail.com writes:
> select json_to_hstore('{"key":"\"quoted value\""}'::json)

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

There is no json_to_hstore() function in the standard Postgres
distribution, so we can't help you too much with whatever's
wrong with that function.

            regards, tom lane

pgsql-bugs by date:

Previous
From: kolmyk@hotmail.com
Date:
Subject: BUG #13503: json_to_hstore does not works with backslash-quote in json value
Next
From: Michael Paquier
Date:
Subject: Re: Interval - incorrect grammar form