From 63b67dc890a042f64bbb5ad51f0899e52db3d656 Mon Sep 17 00:00:00 2001 From: Shlok Kyal Date: Fri, 23 Feb 2024 13:59:26 +0530 Subject: [PATCH v4] Add publisher and subscriber to glossary documentation Add publisher and subscriber to glossary documentation. --- doc/src/sgml/glossary.sgml | 67 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/doc/src/sgml/glossary.sgml b/doc/src/sgml/glossary.sgml index 8c2f11480d..2643705dc8 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,36 @@ + + Publication + + + A publication replicates the changes of one or more tables to a + subscription. + + + For more information, see + . + + + + + + Publication node + + + A node where a + publication is defined + for logical replication. + + + + + + Publisher + + + Query @@ -1753,6 +1789,37 @@ + + Subscriber + + + + + Subscription + + + A subscription receives the changes of one or more tables from the + publications + it subscribes to. + + + For more information, see + . + + + + + + Subscription node + + + A node where a + subscription is defined + for logical replication. + + + + Superuser -- 2.34.1