Skip to content

Commit

Permalink
Merge pull request #176 from paulovieira/paulovieira-patch-2
Browse files Browse the repository at this point in the history
Update README.md - add note for when there are several postgresql  installations
  • Loading branch information
pramsey authored Jan 19, 2024
2 parents 6de3b67 + 94c9801 commit 37f2691
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,15 @@ make
sudo make install
```

If there several PostgreSQL installations available, you might need to edit the Makefile before running `make` to something like this:

```
...
#PG_CONFIG = pg_config
PG_CONFIG = /usr/lib/postgresql/14/bin/pg_config
...
```

### Windows

There is a build available at [postgresonline](http://www.postgresonline.com/journal/archives/371-http-extension.html), not maintained by me.
Expand Down

0 comments on commit 37f2691

Please sign in to comment.