BUG #13503: json_to_hstore does not works with backslash-quote in json value

From: kolmyk(at)hotmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13503: json_to_hstore does not works with backslash-quote in json value
Date: 2015-07-16 06:44:20
Message-ID: 20150716064420.2337.9830@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13503
Logged by: Aleksei
Email address: kolmyk(at)hotmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pinker 2015-07-16 07:56:02 Interval - incorrect grammar form
Previous Message David G. Johnston 2015-07-16 03:23:55 Re: BUG #13502: parser misconstrues table alias