RSSAmplifier

Matt Blewitt · Jun 14, 2024

Building a PostgreSQL Extension, Line by Line

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

I’ve been working on a particular problem - how to offer logical replication for a very large number of Postgres databases, where I don’t have the ability (or capacity) to liaise with the users of the databases one-to-one. In order to mitigate some of the limitations , I wanted to implement a flexible extension to help guard against two of the larger pitfalls - DDL and large objects.

Read on matt.blwt.io

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.