Sergei Agalakov <sergei.agala...@gmail.com> writes:
> It would help to analyze performance issues if pg_stat_statements would 
> extend the object names to the qualified names.

What pg_stat_statements puts out is the original query text.  As was
already pointed out to you, changing that text is likely to break
use-cases in which people are trying to match entries to actual
queries or log entries.  This would also entail rather significant
overhead to find out schema names and interpolate them into the text.

                        regards, tom lane

Reply via email to