On 06/19/2013 09:19 PM, Peter Eisentraut wrote:
These are some cases from the regression tests:
SELECT ''::json;-- ERROR, no value
ERROR: invalid input syntax for type json
LINE 1: SELECT ''::json;
^
DETAIL: The input string ended unexpectedly.
CONTEXT: JSON d
These are some cases from the regression tests:
SELECT ''::json;-- ERROR, no value
ERROR: invalid input syntax for type json
LINE 1: SELECT ''::json;
^
DETAIL: The input string ended unexpectedly.
CONTEXT: JSON data, line 1:
SELECT ''::json;-- ER