RE: doc patch: missing tags in protocol.sgml

2025-08-31 Thread Hayato Kuroda (Fujitsu)
Dear Sawada-san, > I guess that it would be better to link to "Logical Streaming > Replication Parameters"[1] since the pgoutput page is derived from > this section. We would have to link to the section instead of > "streaming" parameter but I think it would not be a big issue. Seems better, PSA

Re: doc patch: missing tags in protocol.sgml

2025-08-29 Thread Masahiko Sawada
On Thu, Aug 28, 2025 at 6:53 PM Hayato Kuroda (Fujitsu) wrote: > > Dear Sawada-san, > > Thanks for looking the patch. > Actually PG16-18 has the same issue as this, but it does not have the page for > pgoutput. Attached patch sets a link to create_subscription.sgml instead. > Thought? I guess th

RE: doc patch: missing tags in protocol.sgml

2025-08-28 Thread Hayato Kuroda (Fujitsu)
Dear Sawada-san, Thanks for looking the patch. Actually PG16-18 has the same issue as this, but it does not have the page for pgoutput. Attached patch sets a link to create_subscription.sgml instead. Thought? Best regards, Hayato Kuroda FUJITSU LIMITED PG16-18-0001-doc-Add-missing-tags.patch

Re: doc patch: missing tags in protocol.sgml

2025-08-28 Thread Masahiko Sawada
On Wed, Aug 27, 2025 at 11:49 PM Hayato Kuroda (Fujitsu) wrote: > > Dear hackers, > > I found that in protocol.sgml, the parameter "streaming" is mentioned twice > [1] but > both are not tagged. IIUC, "streaming" can be and "parallel" can be > . > Also, the first "streaming" can have a link to

doc patch: missing tags in protocol.sgml

2025-08-27 Thread Hayato Kuroda (Fujitsu)
Dear hackers, I found that in protocol.sgml, the parameter "streaming" is mentioned twice [1] but both are not tagged. IIUC, "streaming" can be and "parallel" can be . Also, the first "streaming" can have a link to the pgoutput's manual. Attached patch fixes like that. Thanks Peter Smith and