Re: Lower or Upper case for F.33. pg_trgm
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Erik Rijkers <er@xs4all.nl>,
marcmaiwald@googlemail.com,
pgsql-docs@lists.postgresql.org
Date: 2022-08-16T21:28:13Z
Lists: pgsql-docs
Attachments
- pg_trgm_case.diff (application/octet-stream) patch
> On 16 Aug 2022, at 15:53, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Erik Rijkers <er@xs4all.nl> writes:
>> (bluntly stating 'similarity comparisons are case-insensitive' -
>> although I'm not really sure..)
>
> Perhaps like "similarity comparisons are case-insensitive in a
> standard build of pg_trgm", if you want to nod to the existence
> of a compile option without going into detail.
Looking at this I'm leaning towards paring down the diff posted upthread with
pretty much this, I think that will provide value while avoid causing
confusion.
As a related side note, there are four instances of "case insensitive{ly}" in
the docs with all other instances using "case-insensitive{ly}". I'm inclined
to fix those four to use a dash while at it to be consistent across all pages.
--
Daniel Gustafsson https://vmware.com/
Commits
-
doc: Consistently spell case-insensitive
- 4a319fce7671 16.0 landed
-
doc: Document pg_trgm being case-insensitive by default
- 3e7d94fca0e5 16.0 landed