Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 00:08
22ede30

Installation

Docker (Easiest)

docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=secret ghcr.io/imgajeed76/pg-xpatch:v0.1.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 pg_xpatch--0.1.0.sql $(pg_config --sharedir)/extension/
# Restart PostgreSQL, then:
psql -c "CREATE EXTENSION pg_xpatch;"

Full Changelog: https://github.com/ImGajeed76/pg-xpatch/commits/v0.1.0