[BUGS] BUG #6453: auto_explain produces bad json output

2012-02-12 Thread daniele . varrazzo
The following bug has been logged on the website: Bug reference: 6453 Logged by: Daniele Varrazzo Email address: daniele.varra...@gmail.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 pr

Re: [BUGS] BUG #6453: auto_explain produces bad json output

2012-02-12 Thread Daniele Varrazzo
On Sun, Feb 12, 2012 at 12:30 PM, wrote: > auto_explain in json format produces an output such as: > >        [ >          "Query Text": "select pg_sleep(2);", Oh, sorry, I see it's been already discussed, just in the last days... -- Daniele -- Sent via pgsql-bugs mailing list (pgsql-bugs@po

[BUGS] rs.getMetaData.getTableName always return empty string

2012-02-12 Thread nowind_lee
I've read some discussions before I write this post. I know that "rs.getMetaData.getTableName" always return empty string just because the developers think it should be alias name in the query, not the underlying table name, which is hard to implement, so it's best to leave it blank. And also