Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 734 Bytes

decoder_json

A PostgreSQL logical decoder output plugin to deliver data in JSON

Requirements:

  • PostgreSQL 9.4+
  • libjansson (for JSON support)

Building

make deps
make

Testing

Add to your postgresql.conf lines from logical.conf. Then run:

sudo chmod +x `pg_config --pkglibdir`
make test

TODO:

Use built-in JSON from PostgreSQL for output generation.

Useful links