On Thu, Apr 23, 2015 at 9:28 PM, Tom Lane <[email protected]> wrote: > The reason nobody's gotten around to that in the last fifteen years is > that per-process rusage isn't actually all that interesting; there's > too much that happens in background daemons, for instance.
There's *some* stuff that happens in background daemons, but if you want to measure user and system time consume by a particularly query, this would actually be a pretty handy way to do that, I think. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
