Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
apt.postgresql.org now carries the http extension, document how to install.
  • Loading branch information
robe2 authored Sep 7, 2024
1 parent 5f8d108 commit f4ecb51
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,13 @@ By default a 5 second timeout is set for the completion of a request. If a diff

## Installation

### UNIX
### Debian / Ubuntu apt.postgresql.org
Replace 17 with your version of PostgreSQL
```
apt install postgresql-17-http
```

### UNIX: Compile from Source

If you have PostgreSQL (>= 9.3) devel packages and CURL devel packages installed (>= 0.7.20), you should have `pg_config` and `curl-config` on your path, so you should be able to just run `make` (or `gmake`), then `make install`, then in your database `CREATE EXTENSION http`.

Expand Down

0 comments on commit f4ecb51

Please sign in to comment.