BUG #6453: auto_explain produces bad json output

From: daniele(dot)varrazzo(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6453: auto_explain produces bad json output
Date: 2012-02-12 12:30:52
Message-ID: E1RwYZw-0003zu-UD@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: 6453
Logged by: Daniele Varrazzo
Email address: daniele(dot)varrazzo(at)gmail(dot)com
PostgreSQL version: 9.1.2
Operating system: Any
Description:

Bug verified on PG 9.0.5 and 9.1.2.

auto_explain in json format produces an output such as:

[
"Query Text": "select pg_sleep(2);",
"Plan": {
"Node Type": "Result",
[...]
"Plan Width": 0
}
]

The representation is wrapped in a pair of [], but the content is a mapping:
it should have been a pair of {}.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Daniele Varrazzo 2012-02-12 15:40:18 Re: BUG #6453: auto_explain produces bad json output
Previous Message nowind_lee 2012-02-12 10:42:26 rs.getMetaData.getTableName always return empty string