Highlight that PG_CONFIG can be used to specify the path to the PostgreSQL installation.

This commit is contained in:
jesperpedersen 2018-10-10 12:14:38 -04:00 committed by RobAtticus
parent 46564c1e06
commit ba88f481cf

View File

@ -133,6 +133,8 @@ cd build && make
make install
```
Note, if you have multiple versions of PostgreSQL installed you can specify the path to `pg_config` that should be used by using `./bootstrap -DPG_CONFIG=/path/to/pg_config`.
Please see our [additional configuration instructions](https://docs.timescale.com/latest/getting-started/installation#update-postgresql-conf).
#### Building from source (Windows)