Skip to content

Commit

Permalink
intall pg-http extension
Browse files Browse the repository at this point in the history
  • Loading branch information
xshadowlegendx authored Jul 19, 2024
1 parent 3f65348 commit d2846b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions postgres-appliance/build_scripts/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ if [ "$DEMO" != "true" ]; then
done
fi

git clone --depth 1 --branch v1.6.0 https://github.com/pramsey/pgsql-http

pushd pgsql-http
make
make install
popd

# make it possible for cron to work without root
gcc -s -shared -fPIC -o /usr/local/lib/cron_unprivileged.so cron_unprivileged.c

Expand Down

0 comments on commit d2846b7

Please sign in to comment.