From 85bcccdedd04973cb6c270ba7892e06eddab7f7d Mon Sep 17 00:00:00 2001 From: Shlok Kyal Date: Mon, 12 Feb 2024 16:16:41 +0530 Subject: [PATCH v2] Add publisher and subscriber to glossary documentation Add publisher and subscriber to glossary documentation. --- doc/src/sgml/glossary.sgml | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml index 8c2f11480d..91a5158601 100644 --- a/doc/src/sgml/glossary.sgml +++ b/doc/src/sgml/glossary.sgml @@ -959,6 +959,7 @@ with all its databases. Many instances can run on the same server as long as their TCP ports do not conflict. + Also called node. The instance handles all key features of a DBMS: @@ -1179,6 +1180,11 @@ + + Node + + + Null @@ -1315,6 +1321,22 @@ + + Publisher node + + + A node where publication is defined for + logical replication. + It replicates a set of changes from a table or a group of tables in + publication to the subscriber node. + + + For more information, see + . + + + + Query @@ -1753,6 +1775,23 @@ + + Subscriber node + + + A node where subscription is defined for + logical replication. + It subscribes to one or more publications on a publisher node and pulls + a set of changes from a table or a group of tables in publications it + subscribes to. + + + For more information, see + . + + + + Superuser -- 2.34.1