| From: | David Rowley <dgrowleyml(at)gmail(dot)com> | 
|---|---|
| To: | Daniel Gustafsson <daniel(at)yesql(dot)se> | 
| Cc: | pgsql-www(at)lists(dot)postgresql(dot)org, Magnus Hagander <magnus(at)hagander(dot)net> | 
| Subject: | Re: Typos in the featurematrix | 
| Date: | 2025-10-22 00:36:06 | 
| Message-ID: | CAApHDvoUn3bntH9miF6rZa44Fst4obe4Bh-=p7uX0C8CV67Qww@mail.gmail.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-www | 
On Wed, 22 Oct 2025 at 12:56, David Rowley <dgrowleyml(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jonathan S. Katz | 2025-10-23 01:04:43 | Re: Typos in the featurematrix | 
| Previous Message | David Rowley | 2025-10-21 23:56:49 | Re: Typos in the featurematrix |