Re: Remove recommendation for nightly VACUUM

2022-06-27 Thread Magnus Hagander
On Mon, Jun 27, 2022 at 8:31 AM Laurenz Albe wrote: > A customer recently pointed me to > https://www.postgresql.org/docs/current/sql-vacuum.html > and asked if I agree with the statement there that a nightly > scheduled VACUUM were a good idea: > > "We recommend that active production databases

Re: proposal: convert comments in documents to html comments

2022-06-27 Thread Alvaro Herrera
On 2022-Jun-27, Noboru Saito wrote: > > I don't have much of a clue about our docbook toolchain, beyond the > > basics (plus I have no front-end experience). Is anybody else aware of > > a reasonable approach to making git hashes discoverable from the html > > release notes? > > If you simply wan

Re: Remove recommendation for nightly VACUUM

2022-06-27 Thread Laurenz Albe
On Mon, 2022-06-27 at 10:31 +0200, Magnus Hagander wrote: > On Mon, Jun 27, 2022 at 8:31 AM Laurenz Albe wrote: > > A customer recently pointed me to > > https://www.postgresql.org/docs/current/sql-vacuum.html > > and asked if I agree with the statement there that a nightly > > scheduled VACUUM we

Re: Remove recommendation for nightly VACUUM

2022-06-27 Thread Peter Geoghegan
On Mon, Jun 27, 2022 at 1:32 AM Magnus Hagander wrote: >> Looking at the Git history, most of that paragraph is from a time >> when autovacuum did not yet exist or was much less reliable than it >> is now. So I suggest removing all that and pointing to autovacuum >> instead, as done in the attach

Re: Remove recommendation for nightly VACUUM

2022-06-27 Thread Magnus Hagander
On Mon, Jun 27, 2022 at 5:36 PM Peter Geoghegan wrote: > On Mon, Jun 27, 2022 at 1:32 AM Magnus Hagander > wrote: > >> Looking at the Git history, most of that paragraph is from a time > >> when autovacuum did not yet exist or was much less reliable than it > >> is now. So I suggest removing al

Re: Remove recommendation for nightly VACUUM

2022-06-27 Thread Laurenz Albe
On Mon, 2022-06-27 at 19:48 +0200, Magnus Hagander wrote: > On Mon, Jun 27, 2022 at 5:36 PM Peter Geoghegan wrote: > > On Mon, Jun 27, 2022 at 1:32 AM Magnus Hagander wrote: > > > > Looking at the Git history, most of that paragraph is from a time > > > > when autovacuum did not yet exist or was

Re: proposal: convert comments in documents to html comments

2022-06-27 Thread Noboru Saito
If you want to separate hashes or add links, I think it would be better to stop the current comment and make it a paragraph (I think it is possible to keep them folded when converted to html even if they are paragraphs). I agree with doing it that way, but it may not be possible right away. Html

Re: proposal: convert comments in documents to html comments

2022-06-27 Thread Michael Paquier
On Tue, Jun 28, 2022 at 12:42:08PM +0900, Noboru Saito wrote: > If you want to separate hashes or add links, > I think it would be better to stop the current comment and make it a paragraph > (I think it is possible to keep them folded > when converted to html even if they are paragraphs). > I agr