mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
Fix lc-collate for postgresql (#2291)
This commit is contained in:
parent
19345d5671
commit
acd450f71e
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user