Re: Cannot turn track_counts on - Mailing list pgsql-general

From Anton Shepelev
Subject Re: Cannot turn track_counts on
Date
Msg-id 20250421194644.cdd5064d94d58edd62e54dc1@gmail.com
Whole thread Raw
In response to Re: Cannot turn track_counts on  (Anton Shepelev <anton.txt@gmail.com>)
Responses Re: Cannot turn track_counts on
List pgsql-general
I wrote:

> I will test if clearing shared_preload_libraries and
> restarting Postgres has any effect on track_counts, just
> in case.

Nope, it didn't unstick track_counts:

  db=# show shared_preload_libraries ;
  -[ RECORD 1 ]------------+-
  shared_preload_libraries |

  db=# select * from pg_settings where name like '%k_cou%';
  -[ RECORD 1 ]---+--------------------------------------------------
  name            | track_counts
  setting         | off
  unit            |
  category        | Statistics / Query and Index Statistics Collector
  short_desc      | Collects statistics on database activity.
  extra_desc      |
  context         | superuser
  vartype         | bool
  source          | override
  min_val         |
  max_val         |
  enumvals        |
  boot_val        | on
  reset_val       | off
  sourcefile      |
  sourceline      |
  pending_restart |

Have you any further ideas how to turn track_counts on?

-- 
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Order of update
Next
From: Adrian Klaver
Date:
Subject: Re: Cannot turn track_counts on