From c196f70fcf779e8901e4c28ad3896fc5776d2c11 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Wed, 28 Jun 2023 11:56:29 +0900 Subject: [PATCH] Doc: fix load balance mode chapter. In some places "streaming replication mode" was written as "native replication mode". Also enhance description regarding additional requirements for load balancing in the streaming replication mode. Add some indexes. --- doc/src/sgml/loadbalance.sgml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/loadbalance.sgml b/doc/src/sgml/loadbalance.sgml index b14d4f979..fd0e0d170 100644 --- a/doc/src/sgml/loadbalance.sgml +++ b/doc/src/sgml/loadbalance.sgml @@ -42,7 +42,10 @@ - either in replication mode or native replication mode + either + in , + + or @@ -102,22 +105,23 @@ - in native replication mode, in addition to above, following conditions must be met: + in in addition to above, following conditions must be met: - does not use temporary tables + temporary tables are not used (temporary tables are not replicated) - does not use unlogged tables + unlogged tables are not used (unlogged tables are not replicated) - does not use system catalogs + system catalogs are not used (system catalog information is + important and it is desirable to avoid replication delay) -- 2.39.5