From f4ecb513d4b6db2252a660c15a0c011aa2e1e3f5 Mon Sep 17 00:00:00 2001 From: Regina Obe <4734450+robe2@users.noreply.github.com> Date: Sat, 7 Sep 2024 12:53:38 -0400 Subject: [PATCH] Update README.md apt.postgresql.org now carries the http extension, document how to install. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43369bb..5239abc 100644 --- a/README.md +++ b/README.md @@ -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`.