Обсуждение: Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section
От
Nathan Bossart
Дата:
(moved to pgsql-www from [0])
On Thu, Jan 09, 2025 at 01:54:18PM +0100, Daniel Gustafsson wrote:
> On 9 Jan 2025, at 02:30, Melanie Plageman <melanieplageman@gmail.com> wrote:
>> On Wed, Jan 8, 2025 at 6:35 AM Daniel Gustafsson <daniel@yesql.se> wrote:
>>> There is also a redirect functionality, which isn't used anywhere right now,
>>> but ideally could be used to redirect bookmarks for /current/<oldname> to
>>> /current/<newname>.
>>
>> Thanks to Nathan and Tom for noticing and Daniel for replying. So, if
>> I understand correctly, pgweb will do this for me without me needing
>> to do anything in my patch?
>
> Correct, it's a setting in the database on the postgresql.org website.
I've been alerted that the following page no longer works:
https://www.postgresql.org/docs/current/runtime-config-autovacuum.html
I believe we want that to redirect to
https://www.postgresql.org/docs/current/runtime-config-vacuum.html
Could the website folks pretty-please add this?
[0] https://postgr.es/m/5C20F2F0-FBF6-47C4-B0A3-A0760127C946%40yesql.se
--
nathan
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section
От
Magnus Hagander
Дата:
On Fri, 20 Feb 2026 at 23:28, Nathan Bossart <nathandbossart@gmail.com> wrote:
(moved to pgsql-www from [0])
On Thu, Jan 09, 2025 at 01:54:18PM +0100, Daniel Gustafsson wrote:
> On 9 Jan 2025, at 02:30, Melanie Plageman <melanieplageman@gmail.com> wrote:
>> On Wed, Jan 8, 2025 at 6:35 AM Daniel Gustafsson <daniel@yesql.se> wrote:
>>> There is also a redirect functionality, which isn't used anywhere right now,
>>> but ideally could be used to redirect bookmarks for /current/<oldname> to
>>> /current/<newname>.
>>
>> Thanks to Nathan and Tom for noticing and Daniel for replying. So, if
>> I understand correctly, pgweb will do this for me without me needing
>> to do anything in my patch?
>
> Correct, it's a setting in the database on the postgresql.org website.
I've been alerted that the following page no longer works:
https://www.postgresql.org/docs/current/runtime-config-autovacuum.html
I believe we want that to redirect to
https://www.postgresql.org/docs/current/runtime-config-vacuum.html
Could the website folks pretty-please add this?
[0] https://postgr.es/m/5C20F2F0-FBF6-47C4-B0A3-A0760127C946%40yesql.se
Hi!
I've added both a redirect and an alias for this. Note that some of this code is pretty untested, so please keep an extra eye out on if things break (some might do so tomorrow when everything expires from cache, but I *think* I purged all relevant parts)
//Magnus
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section
От
Nathan Bossart
Дата:
On Mon, Feb 23, 2026 at 04:43:43PM +0100, Magnus Hagander wrote: > On Fri, 20 Feb 2026 at 23:28, Nathan Bossart <nathandbossart@gmail.com> > wrote: >> I've been alerted that the following page no longer works: >> >> https://www.postgresql.org/docs/current/runtime-config-autovacuum.html >> >> I believe we want that to redirect to >> >> https://www.postgresql.org/docs/current/runtime-config-vacuum.html >> >> Could the website folks pretty-please add this? > > I've added both a redirect and an alias for this. Note that some of this > code is pretty untested, so please keep an extra eye out on if things > break (some might do so tomorrow when everything expires from cache, but I > *think* I purged all relevant parts) Thanks! It's working for me at the moment. -- nathan
Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section
От
Melanie Plageman
Дата:
On Mon, Feb 23, 2026 at 10:45 AM Nathan Bossart <nathandbossart@gmail.com> wrote: > > Thanks! It's working for me at the moment. Thanks for noticing and taking care of this! - Melanie