On Thu, May 24, 2012 at 2:16 PM, Thom Brown <[email protected]> wrote: > Hi, > > I attach a proposed change to the docs which points out that if the > size of track_activity_query_size is changed and the is server > restarted, it won't have any effect if query statistics are already > present.
But aren't pg_stat_activity queries always cleared when you restart the server - because they are all disconnected... And you can't change track_activity_query_size without restarting. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
