Re: How to redirect output from PostgreSQL pg_recvlogical to a file or a pipe?
Ron Johnson <ronljohnsonjr@gmail.com>
From: Ron Johnson <ronljohnsonjr@gmail.com>
To: pgsql-general <pgsql-general@postgresql.org>
Date: 2024-01-13T22:53:14Z
Lists: pgsql-general
*No,* that's a technology problem. What is the purpose of storing them back in the database using psql? On Sat, Jan 13, 2024 at 4:34 PM David Ventimiglia < davidaventimiglia@hasura.io> wrote: > The business problem I'm trying to solve is: > > "How do I capture logical decoding events with the wal2json output > encoder, filter them with jq, and pipe them to psql, using pg_recvlogical?" > >> >>>>