BUG #8293: There are no methods to convert json scalar text to text in v9.3 beta2

From: jaroslav(dot)potapov(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8293: There are no methods to convert json scalar text to text in v9.3 beta2
Date: 2013-07-10 19:07:54
Message-ID: E1Uwzk2-000262-3q@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: 8293
Logged by: Yaroslav Potapov
Email address: jaroslav(dot)potapov(at)gmail(dot)com
PostgreSQL version: Unsupported/Unknown
Operating system: All
Description:

SELECT '"a\"b"'::json::text

returns text: '"a\"b"' ,
but it must return 'a"b' in my opinion.

Thank you.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alex Lai 2013-07-10 20:36:51 Unable to handle error in plperl
Previous Message renzo_gch 2013-07-10 16:51:25 BUG #8292: Error en Una Función llamada desde NetBeans