Postgres、TimescaleDB 设置:不确定如何使所有相关二进制文件都在您的路径中:pg_config
Postgres, TimescaleDB Setup: Unsure how to make all relevant binaries are in your PATH: pg_config
我正在 Windows 10 机器上设置 TimescaleDB。
https://docs.timescale.com/v0.9/getting-started/installation/windows/installation-windows
它说先决条件是:
确保所有相关的二进制文件都在您的路径中:pg_config
我什至不确定这意味着什么。这是在告诉我将 pg10\bin 的路径放在系统变量 PATH 中吗?如果是这样,为什么他们说"pg_config"?
我想说“... 在 你的路径上”会更好。
总之,你的解释是正确的。
我正在 Windows 10 机器上设置 TimescaleDB。 https://docs.timescale.com/v0.9/getting-started/installation/windows/installation-windows 它说先决条件是: 确保所有相关的二进制文件都在您的路径中:pg_config
我什至不确定这意味着什么。这是在告诉我将 pg10\bin 的路径放在系统变量 PATH 中吗?如果是这样,为什么他们说"pg_config"?
我想说“... 在 你的路径上”会更好。
总之,你的解释是正确的。