Hi

There is a often problem with taking source of long SQL strings. The
pg_stat_activity field query is reduced to some short limit and is not too
practical to increase this limit.

I have a idea to use for solution of this problem stat_collector process.
When the query string is reduced, then full form of query string can be
saved in stat_collector process. Maybe with execution plan. Then any
process can read these information from this process.

What do you think about this idea? It can be base for implementation
EXPLAIN PID ?

Notes, comments?

Regards

Pavel

Reply via email to