Thread
Commits
-
doc: Fix link to catalog table
- 93e1d5ce1615 11.22 landed
- 85b9e8853fb5 12.17 landed
-
Wrong link in the documentation for versions 11, 12
Maxim Yablokov <m.yablokov@postgrespro.ru> — 2023-10-24T14:24:24Z
Hello! Our team have noticed that the link in the field "References" for data_type on the following pages (https://www.postgresql.org/docs/12/view-pg-sequences.html, https://www.postgresql.org/docs/11/view-pg-sequences.html) is incorrect, so I've fixed it. Patches are attached, please have a look. -- Best regards, Maxim Yablokov Technical writer-translator Postgres Professional <https://postgrespro.com/>
-
Re: Wrong link in the documentation for versions 11, 12
Daniel Gustafsson <daniel@yesql.se> — 2023-10-25T09:37:35Z
> On 24 Oct 2023, at 16:24, Maxim Yablokov <m.yablokov@postgrespro.ru> wrote: > > Hello! > > Our team have noticed that the link in the field "References" for data_type on the following pages (https://www.postgresql.org/docs/12/view-pg-sequences.html, https://www.postgresql.org/docs/11/view-pg-sequences.html) is incorrect, so I've fixed it. Patches are attached, please have a look. Thanks for the report, this is indeed incorrect. I've applied this patch to 11 and 12. -- Daniel Gustafsson