Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Feb 00:17
· 8 commits to master since this release
a318265

Installation

Docker (Easiest)

docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=secret ghcr.io/imgajeed76/pg-xpatch:0.5.0
psql -h localhost -U postgres -c "CREATE EXTENSION pg_xpatch;"

Binary Installation

Download the tarball for your PostgreSQL version and platform, then follow the included INSTALL.md instructions.

Available platforms:

  • Linux amd64 (x86_64)

Full Changelog: v0.4.0...v0.5.0