Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 14:10
· 51 commits to master since this release
fa6bc59

Installation

Docker (Easiest)

docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=secret ghcr.io/imgajeed76/pg-xpatch:v0.2.0
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.1...v0.2.0