Skip to content

jiaoyk/pg_plugins

 
 

Repository files navigation

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
- 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.

LICENSE
-------

pg_plugins is free software distributed under the PostgreSQL Licence.

Copyright (c) 1996-2015, 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://michael.otacoo.com

Bug Report: <https://github.com/michaelpq/pg_plugins/>.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.2%
  • PLSQL 3.7%
  • Makefile 3.1%