Sample values for pg_stat_statements - Mailing list pgsql-hackers

From Vik Fearing
Subject Sample values for pg_stat_statements
Date
Msg-id 20f010cc-2a29-9653-8101-480738b5620c@2ndquadrant.com
Whole thread Raw
Responses Re: Sample values for pg_stat_statements  (Julian Markwort <julian.markwort@uni-muenster.de>)
Re: Sample values for pg_stat_statements  (Andres Freund <andres@anarazel.de>)
Re: Sample values for pg_stat_statements  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Re: Sample values for pg_stat_statements  (legrand legrand <legrand_legrand@hotmail.com>)
List pgsql-hackers
Often when looking through pg_stat_statements, it would be nice to have
some sample values for the constants and parameters.  This patch
implements that by taking the values from the first execution of the
normalized query.

To keep things reasonable, there is a limit on how big the parameters
can be.

This patch is based off of 5303ffe71b.
-- 
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support

Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [PATCH] GET DIAGNOSTICS FUNCTION_NAME
Next
From: Dmitry Dolgov
Date:
Subject: Re: [HACKERS] WIP Patch: Precalculate stable functions,infrastructure v1