| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Consistently spell case-insensitive |
| Date: | 2022-08-17 08:51:54 |
| Message-ID: | E1oOEmH-0019lR-3t@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| 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 |