Re: Add missing references to database object statistics manipulation functions in documentation

2025-06-06 Thread Robert Treat
On Thu, May 22, 2025 at 7:17 AM Fujii Masao wrote: > I noticed that the documentation is missing references to the database > object statistics manipulation functions such as pg_restore_relation_stats > in a few relevant places. For instance, the MAINTAIN privilege section > lists allowed operatio

Re: Clarify VACUUM FULL exclusion in total_vacuum_time docs

2025-06-06 Thread Robert Treat
On Fri, Jun 6, 2025 at 9:57 AM David G. Johnston wrote: > On Friday, June 6, 2025, Fujii Masao wrote: >> >> Hi, >> >> Since last_vacuum and vacuum_count in pg_stat_all_tables explicitly mention >> that they don't include VACUUM FULL ("not counting VACUUM FULL"), I think >> we should add the same

Re: Clarify VACUUM FULL exclusion in total_vacuum_time docs

2025-06-06 Thread David G. Johnston
On Friday, June 6, 2025, Fujii Masao wrote: > Hi, > > Since last_vacuum and vacuum_count in pg_stat_all_tables explicitly mention > that they don't include VACUUM FULL ("not counting VACUUM FULL"), I think > we should add the same clarification to the description of > total_vacuum_time. > This fi

Clarify VACUUM FULL exclusion in total_vacuum_time docs

2025-06-06 Thread Fujii Masao
Hi, Since last_vacuum and vacuum_count in pg_stat_all_tables explicitly mention that they don't include VACUUM FULL ("not counting VACUUM FULL"), I think we should add the same clarification to the description of total_vacuum_time. This field also excludes VACUUM FULL, and without this note, user