Re: Typos in the featurematrix - Mailing list pgsql-www

From David Rowley
Subject Re: Typos in the featurematrix
Date
Msg-id CAApHDvoUn3bntH9miF6rZa44Fst4obe4Bh-=p7uX0C8CV67Qww@mail.gmail.com
Whole thread Raw
In response to Re: Typos in the featurematrix  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: Typos in the featurematrix
List pgsql-www
On Wed, 22 Oct 2025 at 12:56, David Rowley <dgrowleyml@gmail.com> wrote:
> Also:
>
> -    url: https://www.postgresql.org/docs/18/functions-string.html#id-1.5.8.10.7.2.2.8.1.1.1
> +    url: https://www.postgresql.org/docs/current/functions-string.html#id-1.5.8.10.7.2.2.8.1.1.1
>
> Going back to /14/ that links to left() instead of casefold().

Looking at:

grep -F "<indexterm" doc/src/sgml/func/func-string.sgml

I see there are only 3 functions where we've added a section, so [1]
works, but not [2]. Maybe we should just add the remaining indexterms
and backpatch to v18.

Seems like there's none in:

grep -F "<indexterm" doc/src/sgml/func/func-aggregate.sgml

so all those would need added.

I can't think of a reason not to do this. Maybe I've overlooked something?

David

[1] https://www.postgresql.org/docs/current/functions-string.html#FUNCTION-LOWER
[2] https://www.postgresql.org/docs/current/functions-string.html#FUNCTION-UPPER



pgsql-www by date:

Previous
From: David Rowley
Date:
Subject: Re: Typos in the featurematrix
Next
From: "Jonathan S. Katz"
Date:
Subject: Re: Typos in the featurematrix