We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6de3b67 + 94c9801 commit 37f2691Copy full SHA for 37f2691
README.md
@@ -342,6 +342,15 @@ make
342
sudo make install
343
```
344
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
354
### Windows
355
356
There is a build available at [postgresonline](http://www.postgresonline.com/journal/archives/371-http-extension.html), not maintained by me.
0 commit comments