From: Peter Eisentraut Date: Tue, 23 May 2023 13:19:33 +0000 (+0200) Subject: Use lower case for icu_validation_level values X-Git-Tag: REL_16_BETA2~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ffbe6e59197e5e2b3bf026f594fabb8ada9bec3;p=thirdparty%2Fpostgresql.git Use lower case for icu_validation_level values Similar to client_min_messages etc. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index c6849392781..e4c0269fa3d 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -734,7 +734,7 @@ #lc_numeric = 'C' # locale for number formatting #lc_time = 'C' # locale for time formatting -#icu_validation_level = WARNING # report ICU locale validation +#icu_validation_level = warning # report ICU locale validation # errors at the given level # default configuration for text search