On Mon, Dec 22, 2008 at 00:44, ITAGAKI Takahiro
wrote:
>
> "Alex Hunsaker" wrote:
>
>> A few comments:
>>
>> Is there a reason you add sourceText to QueryDesc? AFAICT you can do
>> ActivePortal->sourceText and it will always be populated correctly.
>
> That's for nested statements (SQLs called in
"Alex Hunsaker" wrote:
> A few comments:
>
> Is there a reason you add sourceText to QueryDesc? AFAICT you can do
> ActivePortal->sourceText and it will always be populated correctly.
That's for nested statements (SQLs called in stored functions).
ActivePortal->sourceText shows text of only to
ITAGAKI Takahiro escreveu:
> - A new GUC variable 'explain_analyze_format' is added.
I'm afraid that this variable name doesn't tell what it means. What about
'explain_analyze_stats_format' or even 'explain_stats_format'?
--
Euler Taveira de Oliveira
http://www.timbira.com/
--
Sent via pg
Here is an updated version of pg_stat_statements.
[Changes]
- A new GUC variable 'explain_analyze_format' is added.
- Statistics counters are converted into a variable 'BufferStats'.
"Vladimir Sitnikov" wrote:
> Can I ask my question once again?
> Why don't you want to make "print all the info"