From: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
---|---|
To: | Kirk Wolak <wolakk(at)gmail(dot)com>, pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Re: February 9th, 2023 Release links to a missing page |
Date: | 2023-02-15 19:05:34 |
Message-ID: | 93aa43ab-986d-8e98-0b59-473fdb470743@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On 2/15/23 1:59 PM, Kirk Wolak wrote:
> It looks like a simple bad reference name:
>
> On this line:
>
> * Fix the |psql|
> <https://www.postgresql.org/docs/current/app-psql.html> commands
> |\sf| and |\ef| to handle SQL-language functions that have
> SQL-standard function bodies
> <https://www.postgresql.org/docs/currenet/sql-createprocedure.html> (i.e. |BEGIN ATOMIC|).
>
>
> the link for function bodies is called: "sql-create*procedure*.html"
> and I believe it should be "sql-create*function*.html"
The end of the URL is correct. The problem is "currenet" should be
"current". I've made that correction. Thanks!
> Side Note:
> On such a posting is there no direct link to SUBMIT a correction (by
> design?)
The release announcements go through the news system, which does not
have a feedback collection mechanism as anyone can post news. Emailing
pgsql-docs, or even better pgsql-www, seems to be good enough for this
case as we can quickly fix it, but I'm open to other suggestions.
Thanks,
Jonathan
From | Date | Subject | |
---|---|---|---|
Next Message | PG Doc comments form | 2023-02-16 09:54:04 | unclear syntax explanation for multiple window definitions in a SELECT query |
Previous Message | Kirk Wolak | 2023-02-15 18:59:20 | February 9th, 2023 Release links to a missing page |