From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
---|---|
To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Re: Make pgoutput documentation easier to find |
Date: | 2025-08-06 13:48:05 |
Message-ID: | CAHGQGwH0pU08aEX7ahvmAZih3V5yT4QgMU0VuJyRYqvarFn0GQ@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Wed, Aug 6, 2025 at 8:36 PM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>
> On 03.08.25 03:32, Fujii Masao wrote:
> > The current documentation for pgoutput is buried in the logical streaming
> > replication protocol section (in protocol.sgml), and there's no index entry
> > for it. This makes it hard to discover and access, for example, when trying
> > to look up the options it supports.
> >
> > I've often struggled to locate this information myself, so I'd like to
> > propose moving the pgoutput documentation to the logical decoding section
> > and adding an index entry. The attached patch does that. I think this change
> > will make it much easier for users to find the relevant details.
>
> This would move the documentation of pgoutput from "Internals" to
> "Server Programming". So it's a question of whether this is something
> we want to advertise that people can use directly. In the past,
> pgoutput was an implementation detail of logical replication. But I
> gather people are using it for other things now?
I've heard that Debezium users, a tool for change data capture, can use
pgoutput as the logical decoding plugin. I also know users, including
some of my colleagues, who use pgoutput with pg_recvlogical to capture
messages inserted via pg_logical_emit_message().
So I think making the pgoutput documentation easier to find would be
helpful for those users.
Regards,
--
Fujii Masao
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Korotkov | 2025-08-06 14:13:15 | Re: Initcap works differently with different locale providers |
Previous Message | Peter Eisentraut | 2025-08-06 11:44:25 | Re: Initcap works differently with different locale providers |