| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Nathan Bossart <nathandbossart(at)gmail(dot)com>, Melanie Plageman <melanieplageman(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section |
| Date: | 2025-01-08 11:35:47 |
| Message-ID: | 5D7C9564-6FB3-4726-B02B-F917D36CA5E8@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-www |
> On 7 Jan 2025, at 21:14, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mats Kindahl | 2025-01-08 11:40:50 | Re: Coccinelle for PostgreSQL development [1/N]: coccicheck.py |
| Previous Message | Nazir Bilal Yavuz | 2025-01-08 11:26:37 | Re: Adding NetBSD and OpenBSD to Postgres CI |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2025-01-08 13:39:26 | Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section |
| Previous Message | Tom Lane | 2025-01-07 20:14:36 | Re: Moving the vacuum GUCs' docs out of the Client Connection Defaults section |