From 56870ce04db98550bc80709d11f0cbdf1acf2754 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 19 Jan 2024 21:43:55 -0800 Subject: [PATCH] Added common paths on Mac [skip ci] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 358ed23..c844362 100644 --- a/README.md +++ b/README.md @@ -591,6 +591,14 @@ Then re-run the installation instructions (run `make clean` before `make` if nee sudo --preserve-env=PG_CONFIG make install ``` +A few common paths on Mac are: + +- EDB installer - `/Library/PostgreSQL/16/bin/pg_config` +- Homebrew (arm64) - `/opt/homebrew/opt/postgresql@16/bin/pg_config` +- Homebrew (x86-64) - `/usr/local/opt/postgresql@16/bin/pg_config` + +Note: Replace `16` with your Postgres server version + ### Missing Header If compilation fails with `fatal error: postgres.h: No such file or directory`, make sure Postgres development files are installed on the server.