Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelpq/pg_plugins

Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc.
https://github.com/michaelpq/pg_plugins

Last synced: 5 days ago
JSON representation

Gathering of template plugins for PostgreSQL: background workers, logical replication things, etc.

Awesome Lists containing this project

README

        

pg_plugins, set of plugin templates for PostgreSQL
==================================================

This repository contains a collection of plug-ins for PostgreSQL that can
be used as templates for more extensive work, like:

- Custom background workers that have been introduced in PostgreSQL 9.3
- Logical decoding plug-ins
- Custom logging formats
- Containers
- Hook examples with custom logs
- Extensions
- Table access methods
- etc.

Installation
------------

Simply run the following command with pg_config in PATH:

make install

All the subcommands of PGXS are available as well. Note that some modules
may fail to compile because of missing dependencies or a version of
PostgreSQL code incompatible with the module. You may want to compile
individually modules if that is the case. In all cases each plugin is
maintained to be compatible with the latest version of PostgreSQL.

LICENSE
-------

pg_plugins is free software distributed under the PostgreSQL Licence.

Copyright (c) 1996-2024, PostgreSQL Global Development Group

Developer
---------

The set of modules present in this repository have been written and are
being maintained by Michael Paquier.

- Twitter: http://twitter.com/michaelpq
- Blog: http://paquier.xyz

Bug Report: .