Skip to content

Commit 37f2691

Browse files
authored
Merge pull request #176 from paulovieira/paulovieira-patch-2
Update README.md - add note for when there are several postgresql installations
2 parents 6de3b67 + 94c9801 commit 37f2691

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,15 @@ make
342342
sudo make install
343343
```
344344

345+
If there several PostgreSQL installations available, you might need to edit the Makefile before running `make` to something like this:
346+
347+
```
348+
...
349+
#PG_CONFIG = pg_config
350+
PG_CONFIG = /usr/lib/postgresql/14/bin/pg_config
351+
...
352+
```
353+
345354
### Windows
346355

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

0 commit comments

Comments
 (0)