mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
choose to keep the customary name postgres (#2194)
This commit is contained in:
parent
1b0fdff522
commit
b38129f9b5
@ -25,7 +25,7 @@
|
|||||||
"PGDATA": "$dir\\data"
|
"PGDATA": "$dir\\data"
|
||||||
},
|
},
|
||||||
"post_install": "
|
"post_install": "
|
||||||
if (!(Test-Path \"$dir\\data\\pg_hba.conf\")) { iex \"initdb --encoding=UTF8 --locale=en\" }
|
if (!(Test-Path \"$dir\\data\\pg_hba.conf\")) { iex \"initdb --username=postgres --encoding=UTF8 --locale=en\" }
|
||||||
",
|
",
|
||||||
"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