pgsql: doc: Document pg_trgm being case-insensitive by default

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Document pg_trgm being case-insensitive by default
Date: 2022-08-17 08:51:54
Message-ID: E1oOEmH-0019lQ-3C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Document pg_trgm being case-insensitive by default

pg_trgm is by default operating case-insensitively but the docs didn't
mention that at all.

Author: Erik Rijkers <er(at)xs4all(dot)nl>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reported-by: marcmaiwald(at)googlemail(dot)com
Discussion: https://postgr.es/m/166064504415.652.12724576876807446945@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e7d94fca0e5ad8835b0f2b1a584c83ea11ce439

Modified Files
--------------
doc/src/sgml/pgtrgm.sgml | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-08-17 15:12:43 pgsql: Avoid using list_length() to test for empty list.
Previous Message Michael Paquier 2022-08-17 06:29:33 pgsql: Use SetInstallXLogFileSegmentActive() in more places in xlog.c