From 20cf63de0ad326a664d00b013b0e675074d527f6 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 2 Apr 2023 10:56:37 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04c8b6c..5f2570e 100644 --- a/README.md +++ b/README.md @@ -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.