Adding postgres/bin to PATH instead of trying to track the many many executables. (#1763)

pgAdmin 4 is also set up as a shortcut.
This commit is contained in:
William McGann 2017-10-11 14:12:52 -04:00 committed by Richard Kuhnt
parent 15a02cb9fc
commit 631e101106

View File

@ -13,51 +13,12 @@
}
},
"extract_dir": "pgsql",
"bin": [
"bin\\clusterdb.exe",
"bin\\createdb.exe",
"bin\\createlang.exe",
"bin\\createuser.exe",
"bin\\dropdb.exe",
"bin\\droplang.exe",
"bin\\dropuser.exe",
"bin\\ecpg.exe",
"bin\\initdb.exe",
"bin\\isolationtester.exe",
"bin\\oid2name.exe",
"bin\\pg_archivecleanup.exe",
"bin\\pg_basebackup.exe",
"bin\\pg_config.exe",
"bin\\pg_controldata.exe",
"bin\\pg_ctl.exe",
"bin\\pg_dump.exe",
"bin\\pg_dumpall.exe",
"bin\\pg_isolation_regress.exe",
"bin\\pg_isready.exe",
"bin\\pg_receivexlog.exe",
"bin\\pg_regress.exe",
"bin\\pg_regress_ecpg.exe",
"bin\\pg_resetxlog.exe",
"bin\\pg_restore.exe",
"bin\\pg_rewind.exe",
"bin\\pg_standby.exe",
"bin\\pg_test_fsync.exe",
"bin\\pg_test_timing.exe",
"bin\\pg_upgrade.exe",
"bin\\pg_xlogdump.exe",
"pgAdmin 4\\bin\\pgAdmin4.exe",
"env_add_path": "bin",
"shortcuts": [
[
"pgAdmin 4\\bin\\pgAdmin4.exe",
"pgadmin"
],
"bin\\pgbench.exe",
"bin\\postgres.exe",
"bin\\psql.exe",
"bin\\reindexdb.exe",
"bin\\stackbuilder.exe",
"bin\\vacuumdb.exe",
"bin\\vacuumlo.exe",
"bin\\zic.exe"
"pgAdmin 4"
]
],
"checkver": {
"url": "https://www.enterprisedb.com/products-services-training/pgbindownload",