mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
Merge pull request #2281 from gnsngck/patch-1
Adding C collate on initdb
This commit is contained in:
commit
a4808c82ca
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user