> On 7 Jan 2025, at 21:14, Tom Lane <t...@sss.pgh.pa.us> wrote: > I might be wrong, but I had the idea that our docs website has a > capability to provide such redirects. You'd probably need to ask > about that on the pgsql-www list, unless somebody who knows the > answer notices this thread.
There is functionality in pgweb to provide a page alias for whenever a page is renamed to keep the links to other versions working. One example is: https://www.postgresql.org/docs/9.4/catalog-pg-replication-slots.html https://www.postgresql.org/docs/17/view-pg-replication-slots.html 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>. -- Daniel Gustafsson