eabucay/postgresql-extensions

Project ID: 98123

Description

This project contains pre-built extensions for PostgreSQL.

Installation Instructions

To use this copr repo, first make sure the dnf-plugins-core is enabled or installed. You can do this by using the command below:

sudo dnf install dnf-plugins-core

Then execute the code below to add this copr repo to your machine.

sudo dnf copr enable eabucay/postgresql-extensions

Lastly, update your cache and install your desired package.

sudo dnf update -y sudo dnf install <package-name>

Package list:

  • citus - Distributed PostgreSQL as an extension.
  • zombodb - Powerful text-search and analytics features to Postgres by using Elasticsearch.
  • pg_tle - Framework for building trusted language extensions for PostgreSQL.
  • pg_cron - Simple cron-based job scheduler for PostgreSQL.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Fedora 38 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (31)* Fedora 38 (0 downloads)
Fedora 39 aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* Fedora 39 (19 downloads)
Fedora rawhide aarch64 (0)*, ppc64le (0)*, s390x (0)*, x86_64 (0)* Fedora rawhide (19 downloads)

* Total number of downloaded packages.


Quick Enable

#> dnf copr enable eabucay/postgresql-extensions
More info about enabling Copr repositories

Other Actions