Re: BUG #8676: Bug Money JSON
| От | Bruce Momjian |
|---|---|
| Тема | Re: BUG #8676: Bug Money JSON |
| Дата | |
| Msg-id | 20131217141021.GA19059@momjian.us обсуждение исходный текст |
| Ответ на | BUG #8676: Bug Money JSON (email@andersonloyola.com.br) |
| Ответы |
Re: BUG #8676: Bug Money JSON
|
| Список | pgsql-bugs |
On Wed, Dec 11, 2013 at 02:30:04PM +0000, email@andersonloyola.com.br wrote:
> The following bug has been logged on the website:
>
> Bug reference: 8676
> Logged by: Anderson Cristian da Silva
> Email address: email@andersonloyola.com.br
> PostgreSQL version: 9.3.2
> Operating system: Centos 6.3 (Final)
> Description:
>
> Failed to convert money to json EX.:
>
>
> postgres=# SELECT to_json(a) FROM (VALUES(1000::money)) a(salario);
> to_json
> -----------------------
> {"salario":$1,000.00}
> (1 row)
>
>
> postgres=# SELECT to_json(a)->'salario' FROM (VALUES(1000::money))
> a(salario);
> ERROR: invalid input syntax for type json
> DETAIL: Token "$" is invalid.
> CONTEXT: JSON data, line 1: {"salario":$...
Well, that is very interesting. It works for integer and text, and it
works if you ask for the entire relation, but if you ask just for that
field _and_ it is money, it fails. Sure looks like a bug to me.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
В списке pgsql-bugs по дате отправления: