choose to keep the customary name postgres (#2194)

This commit is contained in:
Shiwei Wang 2018-04-12 13:28:59 -05:00 committed by Richard Kuhnt
parent 1b0fdff522
commit b38129f9b5

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