Merge pull request #2281 from gnsngck/patch-1

Adding C collate on initdb
This commit is contained in:
Ross Smith II 2018-05-25 14:27:21 -07:00 committed by GitHub
commit a4808c82ca

View File

@ -25,7 +25,7 @@
"PGDATA": "$dir\\data" "PGDATA": "$dir\\data"
}, },
"post_install": " "post_install": "
if (!(Test-Path \"$dir\\data\\pg_hba.conf\")) { iex \"initdb --username=postgres --encoding=UTF8 --locale=en\" } 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`.", "notes": "To start/stop service, run `pg_ctl start`, `pg_ctl stop`.",
"checkver": { "checkver": {