Reputation: 891
I'm setting up TimescaleDB, on a Windows 10 machine. https://docs.timescale.com/v0.9/getting-started/installation/windows/installation-windows It says a prerequisite is to: Make sure all relevant binaries are in your PATH: pg_config
I am not exactly sure what this even means. Is this telling me to put the path to my pg10\bin in the system variables PATH? If this is the case, why do they say "pg_config"?
Upvotes: 0
Views: 590
Reputation: 246023
I guess it would have been better to say “... are on your PATH”.
Anyway, your interpretation is correct.
Upvotes: 1