| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Per-table log_autovacuum_min_duration is actually documented |
| Date: | 2015-11-10 12:24:59 |
| Message-ID: | CAB7nPqRh7tWMZXa_JvbHzrAWAL8dON7Fr5=u0RorRg2bbz90GQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi all,
While going through the release notes of 9.5 I noticed the following
chunk in doc/src/sgml/release-9.5.sgml:
Add per-table autovacuum logging control via
log_min_autovacuum_duration (Michael Paquier)
NOT DOCUMENTED?
This is actually documented in src/sgml/ref/create_table.sgml with the
following paragraph so this mention in the release notes does not seem
needed:
log_autovacuum_min_duration, toast.log_autovacuum_min_duration (integer)
Custom log_autovacuum_min_duration parameter.
I recall that we had some talks about grouping all the relopts into a
single documentation section, perhaps not having one is at the origin
of the confusion?
Regards,
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2015-11-10 12:50:39 | Re: Uh-oh: documentation PDF output no longer builds in HEAD |
| Previous Message | Artur Zakirov | 2015-11-10 10:23:47 | Re: [PROPOSAL] Improvements of Hunspell dictionaries support |