Skip to content

Commit 376f8d9

Browse files
committed
fix: PostgreSQL uses ICU for all locale-related operations, so we don't need to specify the collation and character type settings separately.
1 parent 1d6c728 commit 376f8d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@
236236
--locale-provider=icu
237237
--encoding=UTF-8
238238
--icu-locale=en_US.UTF-8
239-
--lc-collate=en-US-x-icu
240-
--lc-ctype=en-US-x-icu
241239
args:
242240
executable: /bin/bash
243241
environment:

0 commit comments

Comments
 (0)