github ImGajeed76/pg-xpatch v0.1.0

latest releases: v0.7.0, v0.6.3, v0.6.2...
6 months ago

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

Don't miss a new pg-xpatch release

NewReleases is sending notifications on new releases.