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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13503: json_to_hstore does not works with backslash-quote in json value
Дата
Msg-id 5310.1437071271@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #13503: json_to_hstore does not works with backslash-quote in json value  (kolmyk@hotmail.com)
Список 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 по дате отправления:

Предыдущее
От: kolmyk@hotmail.com
Дата:
Сообщение: BUG #13503: json_to_hstore does not works with backslash-quote in json value
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Interval - incorrect grammar form