From acd450f71e10492ea15ef0f8a53977c54ee92257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Petersen?= Date: Tue, 5 Jun 2018 11:21:41 +0200 Subject: [PATCH] Fix lc-collate for postgresql (#2291) --- postgresql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql.json b/postgresql.json index c4cc709336..ee0580df31 100644 --- a/postgresql.json +++ b/postgresql.json @@ -25,7 +25,7 @@ "PGDATA": "$dir\\data" }, "post_install": " - if (!(Test-Path \"$dir\\data\\pg_hba.conf\")) { iex \"initdb --username=postgres --encoding=UTF8 --locale=en --lc-collate=c\" } + if (!(Test-Path \"$dir\\data\\pg_hba.conf\")) { iex \"initdb --username=postgres --encoding=UTF8 --locale=en --lc-collate=C\" } ", "notes": "To start/stop service, run `pg_ctl start`, `pg_ctl stop`.", "checkver": {