doc: Consistently spell case-insensitive

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 4a319fce7671ffbe2a730f79529b7a2ef3794d41
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2022-08-17T08:05:03Z
Releases: 16.0
doc: Consistently spell case-insensitive

While almost all occurrences of "case-insensitive{ly}" were spelled with
a dash, a few were using "case insensitive{ly}" with a space instead. Fix
by changing these to use a dash to be consistent.

Discussion: https://postgr.es/m/7657EDEE-5EE2-4AAB-BA95-47B4F71653E1@yesql.se

Files

PathChange+/−
doc/src/sgml/func.sgml modified +2 −2
doc/src/sgml/query.sgml modified +1 −1
doc/src/sgml/syntax.sgml modified +1 −1

Documentation touched

Discussion