pgsql: doc: Consistently spell case-insensitive - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Consistently spell case-insensitive
Date
Msg-id E1oOEmH-0019lR-3t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4a319fce7671ffbe2a730f79529b7a2ef3794d41

Modified Files
--------------
doc/src/sgml/func.sgml   | 4 ++--
doc/src/sgml/query.sgml  | 2 +-
doc/src/sgml/syntax.sgml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Use SetInstallXLogFileSegmentActive() in more places in xlog.c
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid using list_length() to test for empty list.