Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2023-04-02 10:56:37 -07:00
parent 587cbcf15b
commit 20cf63de0a

View File

@@ -345,15 +345,14 @@ avg(vector) → vector | arithmetic mean
### Multiple Postgres Installations
If your machine has multiple Postgres installations, specify the one to use with:
If your machine has multiple Postgres installations, specify the path to [pg_config](https://www.postgresql.org/docs/current/app-pgconfig.html) with:
```sh
export PG_CONFIG=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_config
make clean
make
make install
```
Then re-run the installation instructions (run `make clean` before `make` if needed)
### Ubuntu and Debian
If compilation fails with `fatal error: postgres.h: No such file or directory`, make sure Postgres development files are installed on the server.