postgres-decoderbufs icon indicating copy to clipboard operation
postgres-decoderbufs copied to clipboard

A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers, used by Debezium (http://debezium.io). Please log issues in our JIRA at https://issues.jboss.org/projects/DBZ/issues

Results 2 postgres-decoderbufs issues
Sort by recently updated
recently updated
newest added

This enables running PG's standard testsuite with a PG server configured for decoderbufs. Example on Debian: ``` $ sudo apt install postgresql-14-decoderbufs $ pg_virtualenv -o shared_preload_libraries=decoderbufs -o wal_level=logical Creating new...