v0.1.1
Installation
Docker (Easiest)
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=secret ghcr.io/imgajeed76/pg-xpatch:v0.1.1
psql -h localhost -U postgres -c "CREATE EXTENSION pg_xpatch;"Binary Installation
Download the tarball for your PostgreSQL version and platform, then:
tar -xzf pg_xpatch-*.tar.gz
cd pg_xpatch-*
sudo cp pg_xpatch.so $(pg_config --pkglibdir)/
sudo cp pg_xpatch.control *.sql $(pg_config --sharedir)/extension/
# Restart PostgreSQL, then:
psql -c "CREATE EXTENSION pg_xpatch;"Full Changelog: v0.1.0...v0.1.1