Fix lc-collate for postgresql (#2291)

This commit is contained in:
Björn Petersen 2018-06-05 11:21:41 +02:00 committed by Richard Kuhnt
parent 19345d5671
commit acd450f71e

View File

@ -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": {