News

The idea behind pg-dump-parser is to split the dump file into a series of files. Each file is a top-level schema object (e.g. a table, view, etc.). The same file will contain all the schema objects ...
Have you ever wanted to apply a function to a jsonb object, both dynamically and recursively? No? Well, here's a Postgres extension that allows you to do just that: There's also a variant that applies ...