diff --git a/doc.ja/src/sgml/client-auth.sgml b/doc.ja/src/sgml/client-auth.sgml
index 23fff445..921e58d2 100644
--- a/doc.ja/src/sgml/client-auth.sgml
+++ b/doc.ja/src/sgml/client-auth.sgml
@@ -18,7 +18,7 @@
Since Pgpool-II is a middleware that works between
PostgreSQL> servers and a PostgreSQL> database client, so when a client application
connects to the Pgpool-II, Pgpool-II
- inturn connects to the PostgreSQL> servers using the same credentials to serve the incomming
+ inturn connects to the PostgreSQL> servers using the same credentials to serve the incoming
client connection. Thus, all the access privileges and restrictions defined for the user in PostgreSQL>
gets automatically applied to all Pgpool-II clients, with an exceptions of
the authentications on PostgreSQL> side that depends on the client's IP addresses or hostnames.
@@ -27,7 +27,7 @@
Pgpool-II server and not that of the actual client.
Therefore, for the client host based authentications Pgpool-II has the
pool_hba mechanism similar to the pg_hba mechanism for
- authenticating the incomming client connections.
+ authenticating the incoming client connections.
-->
Pgpool-IIはPostgreSQL>サーバとPostgreSQL>データベースクライアントの間で動作するミドルウェアであるため、クライアントアプリケーションがPgpool-IIに接続したときには、今度はPgpool-IIがクライアントが提供したのと同じ認証情報を使ってPostgreSQL>サーバに接続します。
したがって、PostgreSQL>のユーザに対し定義された全てのアクセス権限と制約が、自動的に全てのPgpool-IIクライアントに適用されます。
@@ -770,7 +770,7 @@
@@ -1122,7 +1122,7 @@
@@ -1412,7 +1412,7 @@ ldap[s]://host[:port]/
1に設定すると、LDAP認証で使用されたパスワードをPgpool-IIとバックエンド間の認証に使用します。
@@ -1427,7 +1427,7 @@ ldap[s]://host[:port]/
-seartch/bindオプションと単純バインドに対するオプションの設定を混在させるのはエラーです。
+search/bindオプションと単純バインドに対するオプションの設定を混在させるのはエラーです。
diff --git a/doc.ja/src/sgml/connection-pooling.sgml b/doc.ja/src/sgml/connection-pooling.sgml
index 13c85ecd..165cc7c9 100644
--- a/doc.ja/src/sgml/connection-pooling.sgml
+++ b/doc.ja/src/sgml/connection-pooling.sgml
@@ -190,7 +190,7 @@
これは、各ログ行の先頭に出力するprintf>の書式文字列です。
@@ -1424,7 +1424,7 @@ local0.* /var/log/pgpool.log
- watchdog heart beat reciever
+ watchdog heart beat receiverheart_beat_receiver
diff --git a/doc.ja/src/sgml/connection-settings.sgml b/doc.ja/src/sgml/connection-settings.sgml
index 277549ec..068d64bf 100644
--- a/doc.ja/src/sgml/connection-settings.sgml
+++ b/doc.ja/src/sgml/connection-settings.sgml
@@ -965,7 +965,7 @@ backend_clustering_mode = 'native_replication'
Pgpool-IIV2.2以降では、テーブルがSERIAL列を持つかどうか自動判別するため、SERIAL列がなければ決してテーブルをロックしません。
@@ -1496,8 +1496,8 @@ backend_clustering_mode = 'raw'
@@ -1643,7 +1643,7 @@ backend_clustering_mode = 'raw'
DISALLOW_TO_FAILOVERを0にして、ストリーミングレプリケーション遅延チェックを無効にします。
diff --git a/doc.ja/src/sgml/example-Kubernetes.sgml b/doc.ja/src/sgml/example-Kubernetes.sgml
index 8d0d216b..afdd3e15 100644
--- a/doc.ja/src/sgml/example-Kubernetes.sgml
+++ b/doc.ja/src/sgml/example-Kubernetes.sgml
@@ -291,7 +291,7 @@ backend_port1 = '5432'
Pgpool-IIには定期的にPostgreSQLを状態をチェックし、
障害を検知するとフェイルオーバさせる機能はありますが、Kubernetesでは、
PostgreSQLの状態はKubernetesによって管理されるので、
- Pgpoo-IIの自動フェイルオーバ機能を無効にします。
+ Pgpool-IIの自動フェイルオーバ機能を無効にします。
また、PostgreSQL Podが再作成されたり、
@@ -412,7 +412,7 @@ env:
しかし、Kubernetes環境では、Pgpool-IIはすべてのレプリカに接続するのではなく、
- レプリカSerivceを経由して、いずれかのレプリカに接続します。
+ レプリカServiceを経由して、いずれかのレプリカに接続します。
レプリカが複数存在しても、Pgpool-IIが1台のレプリカとして管理しています。
そのため、レプリカServiceにぶら下がっている複数のレプリカのうち、
どのレプリカが遅延しているのかはPgpool-IIが正確に判断できません。
diff --git a/doc.ja/src/sgml/example-basic.sgml b/doc.ja/src/sgml/example-basic.sgml
index 0afa8485..c92b82f0 100644
--- a/doc.ja/src/sgml/example-basic.sgml
+++ b/doc.ja/src/sgml/example-basic.sgml
@@ -117,7 +117,7 @@
Pgpool-II> はデフォルトではローカルホストからのポート番号9999への接続のみを受け付けます。
@@ -215,7 +215,7 @@
for each server. If the servers are placed on separate machines,
they must be configured properly so that they can accept network
connections from Pgpool-II.
- In this exapmle, we create 3 PostgreSQL servers and
+ In this example, we create 3 PostgreSQL servers and
specify the PostgreSQL information in the following parameters.
-->
次に、Pgpool-IIのためのPostgreSQL>サーバを設定する必要があります。
diff --git a/doc.ja/src/sgml/example-cluster.sgml b/doc.ja/src/sgml/example-cluster.sgml
index da7c5509..aa26ae7d 100644
--- a/doc.ja/src/sgml/example-cluster.sgml
+++ b/doc.ja/src/sgml/example-cluster.sgml
@@ -734,7 +734,7 @@ PCP_USER=pgpool
オンラインリカバリで実行されるpgpool_recovery関数は
PostgreSQLのスーパーユーザ権限が必要なため、
recovery_userにスーパーユーザを指定しなければなりません。
- ここでは、postrgesユーザを指定します。
+ ここでは、postgresユーザを指定します。
recovery_user = 'postgres'
@@ -939,7 +939,7 @@ pgpool_port2 = 9999
Watchdog死活監視の設定では、
死活監視の方法を指定する、
監視間隔(秒)を指定するを設定します。
- この設定例では、死活監視の方法はhearbeatを用います。
+ この設定例では、死活監視の方法はheartbeatを用います。
diff --git a/doc.ja/src/sgml/example-replication-si-mode.sgml b/doc.ja/src/sgml/example-replication-si-mode.sgml
index 107926e3..94debb15 100644
--- a/doc.ja/src/sgml/example-replication-si-mode.sgml
+++ b/doc.ja/src/sgml/example-replication-si-mode.sgml
@@ -480,7 +480,7 @@ backend_flag2 = 'ALLOW_TO_FAILOVER'
オンラインリカバリで実行されるpgpool_recovery関数は
PostgreSQLのスーパーユーザ権限が必要なため、
recovery_userにスーパーユーザを指定しなければなりません。
- ここでは、postrgesユーザを指定します。
+ ここでは、postgresユーザを指定します。
recovery_user = 'postgres'
diff --git a/doc.ja/src/sgml/failover.sgml b/doc.ja/src/sgml/failover.sgml
index 8123e1d0..5a7022ae 100644
--- a/doc.ja/src/sgml/failover.sgml
+++ b/doc.ja/src/sgml/failover.sgml
@@ -82,7 +82,7 @@
PostgreSQL>バックエンドノードが切り離される時に実行するユーザコマンドを指定します。
Pgpool-IIはコマンド実行の前に、以下の特殊文字をバックエンドの具体的な情報に置き換えます。
@@ -300,7 +300,7 @@
Specifies a user command to run when a PostgreSQL> backend node gets attached to
Pgpool-II. Pgpool-II
replaces the following special characters with the backend specific information.
- before excuting the command.
+ before executing the command.
-->
PostgreSQL>バックエンドノードがPgpool-IIに復帰された時に実行するユーザコマンドを指定します。
Pgpool-IIはコマンド実行の前に、以下の特殊文字をバックエンドの具体的な情報に置き換えます。
@@ -505,7 +505,7 @@ if (we need to executed follow primary command)
Pgpool-IIはコマンド実行の前に、以下の特殊文字をバックエンドの具体的な情報に置き換えます。
@@ -973,7 +973,7 @@ if (we need to executed follow primary command)
onに設定した場合、ストリーミングレプリケーションが正常に動作しており、かつバックエンドノードのステータスがダウンのとき、スタンバイノードを自動で復帰させることができます。
これは、一時的なネットワーク障害などによりスタンバイノードが認識できず縮退が行われた場合などに役立ちます。
@@ -998,7 +998,7 @@ if (we need to executed follow primary command)
diff --git a/doc.ja/src/sgml/history.sgml b/doc.ja/src/sgml/history.sgml
index 7a5af25e..d767b48e 100644
--- a/doc.ja/src/sgml/history.sgml
+++ b/doc.ja/src/sgml/history.sgml
@@ -53,12 +53,12 @@
made between Pgpool
and Pgpool-II was that the project was
changed from a personal project to a group project owned by the
- Pgpool Developement Group.
+ Pgpool Development Group.
-->
2006年、PgpoolはPgpool-IIとなりました。
最初の1.0リリースでは、Pgpoolの多くの制限事項が撤廃されました。
たとえば、PostgreSQLサーバ数は2まで、といった制限です。
また、パラレルクエリやPCPコマンド(PCPは、"Pgpool Control Protocol"の略です)といった多くの機能が追加されました。
- PgpoolからPgpool-IIへの一番重要な変更は、おそらく個人プロジェクトから、Pgpool Developement Groupが所有するグループプロジェクトになったことでした。
+ PgpoolからPgpool-IIへの一番重要な変更は、おそらく個人プロジェクトから、Pgpool Development Groupが所有するグループプロジェクトになったことでした。
diff --git a/doc.ja/src/sgml/installation.sgml b/doc.ja/src/sgml/installation.sgml
index d9adec1d..baca2eb6 100644
--- a/doc.ja/src/sgml/installation.sgml
+++ b/doc.ja/src/sgml/installation.sgml
@@ -436,10 +436,10 @@
後述の オンラインリカバリ の機能を使う場合には、 pgpool_recovery, pgpool_remote_start, pgpool_switch_xlog という関数が必要です。
@@ -578,7 +578,7 @@
as this template database will be cloned to create new databases.
-->
CREATE EXTENSIONまたはpgpool-regclass.sqlの実行は、Pgpool-II経由でアクセスされる全てのデータベースで実行しなければなりません。
- ただし、CREATE EXTENSINONまたは"psql -f pgpool-regclass.sql template1"の実行後に作成されたデータベースでは、新しいデータベース作成のためにテンプレートデータベースが複製されるため、これを実行する必要はありません。
+ ただし、CREATE EXTENSIONまたは"psql -f pgpool-regclass.sql template1"の実行後に作成されたデータベースでは、新しいデータベース作成のためにテンプレートデータベースが複製されるため、これを実行する必要はありません。
diff --git a/doc.ja/src/sgml/intro.sgml b/doc.ja/src/sgml/intro.sgml
index fe713d85..1f70bd75 100644
--- a/doc.ja/src/sgml/intro.sgml
+++ b/doc.ja/src/sgml/intro.sgml
@@ -111,7 +111,7 @@
pool of
PostgreSQL servers to achieve some
features that are not available with single
- PostgreSQL installation. The fearures
+ PostgreSQL installation. The features
include:
-->
Pgpool-IIはPostgreSQLのpoolを管理することによって、単一のPostgreSQL構成では得られない以下のような機能を提供します。
@@ -135,8 +135,8 @@
offers an HA feature for Pgpool-II
itself, called Watchdog (see for more details). Moreover
- Pgpool-II hires sophoiscated
- quorum algorithm to aovid false positive
+ Pgpool-II hires sophisticated
+ quorum algorithm to avoid false positive
errors and split brain problem to make the whole HA system
highly reliable. See for more details.
diff --git a/doc.ja/src/sgml/loadbalance.sgml b/doc.ja/src/sgml/loadbalance.sgml
index f8c3fa39..cea79c54 100644
--- a/doc.ja/src/sgml/loadbalance.sgml
+++ b/doc.ja/src/sgml/loadbalance.sgml
@@ -196,7 +196,7 @@
@@ -210,7 +210,7 @@
JDBC ドライバにはautocommitオプションがあります。
@@ -282,7 +282,7 @@
「アプリケーション名」とはクライアントがデータベースに接続する時に指定する名称で、PostgreSQL> V9.0>以降で利用可能です。
@@ -1401,7 +1401,7 @@ app_name_redirect_preference_list = 'psql:primary,myapp1:1(0.3),myapp2:standby'
memqcache_cache_block_sizeは、512以上の値でなければなりません。
diff --git a/doc.ja/src/sgml/online-recovery.sgml b/doc.ja/src/sgml/online-recovery.sgml
index 9c766bd0..53ffc853 100644
--- a/doc.ja/src/sgml/online-recovery.sgml
+++ b/doc.ja/src/sgml/online-recovery.sgml
@@ -23,7 +23,7 @@
For online recovery, the recovery target node must be in detached
state. This means the node must be either manually detached by
or automatically detached
- by Pgpool-II as a consequnece of
+ by Pgpool-II as a consequence of
failover.
-->
オンラインリカバリを実施するためには、リカバリ対象のノードはPgpool-IIから切り離された状態になっていなければなりません。
@@ -109,8 +109,8 @@
ファーストステージではデータの更新や読み取りができますが、セカンドステージではクライアントからの接続は許されていません。
@@ -247,7 +247,7 @@
オンラインリカバリを行うためのPostgreSQL>ユーザ名です。
@@ -355,7 +355,7 @@
database cluster directory for security reasons.
For example, if recovery_1st_stage_command =
'sync-command', then Pgpool-II will
- look for the command scrit in $PGDATA directory and will
+ look for the command script in $PGDATA directory and will
try to execute $PGDATA/sync-command.
-->
オンラインリカバリのファーストステージでメイン(プライマリ)ノードで実行されるコマンドを指定します。
@@ -496,7 +496,7 @@
database cluster directory for security reasons.
For example, if recovery_2nd_stage_command =
'sync-command', then Pgpool-II will
- look for the command scrit in $PGDATA directory and will
+ look for the command script in $PGDATA directory and will
try to execute $PGDATA/sync-command.
-->
オンラインリカバリのセカンドステージでメインノードで実行されるコマンドを指定します。
diff --git a/doc.ja/src/sgml/performance.sgml b/doc.ja/src/sgml/performance.sgml
index 118a7373..b4e190c5 100644
--- a/doc.ja/src/sgml/performance.sgml
+++ b/doc.ja/src/sgml/performance.sgml
@@ -87,7 +87,7 @@
この問題に対処するための方法がいくつかあります。
-
+ num_init_childrenの調整
この問題に対処するための明らかな方法は、子プロセスの数を増やすことです。
@@ -103,7 +103,7 @@
-
+ listen_backlog_multiplierの制御
別な解決方法は、接続要求待ち行列を長くすることです。
diff --git a/doc.ja/src/sgml/ref/pcp_detach_node.sgml b/doc.ja/src/sgml/ref/pcp_detach_node.sgml
index c066cbf6..cb619401 100644
--- a/doc.ja/src/sgml/ref/pcp_detach_node.sgml
+++ b/doc.ja/src/sgml/ref/pcp_detach_node.sgml
@@ -18,7 +18,7 @@ Pgpool-II documentation
pcp_detach_nodePgpool-II からノードを切り離す
diff --git a/doc.ja/src/sgml/ref/pcp_node_info.sgml b/doc.ja/src/sgml/ref/pcp_node_info.sgml
index eca3f389..8bd8c6e4 100644
--- a/doc.ja/src/sgml/ref/pcp_node_info.sgml
+++ b/doc.ja/src/sgml/ref/pcp_node_info.sgml
@@ -72,7 +72,7 @@ Pgpool-II documentation
すべてのバックエンドノードの情報を表示します。
diff --git a/doc.ja/src/sgml/ref/pcp_watchdog_info.sgml b/doc.ja/src/sgml/ref/pcp_watchdog_info.sgml
index 57391cfe..cc2dc534 100644
--- a/doc.ja/src/sgml/ref/pcp_watchdog_info.sgml
+++ b/doc.ja/src/sgml/ref/pcp_watchdog_info.sgml
@@ -68,7 +68,7 @@ Pgpool-II documentation
省略された場合は、全ての watchdog ノードの情報を取得します。
diff --git a/doc.ja/src/sgml/ref/pgpool.sgml b/doc.ja/src/sgml/ref/pgpool.sgml
index a7409b90..941f70ea 100644
--- a/doc.ja/src/sgml/ref/pgpool.sgml
+++ b/doc.ja/src/sgml/ref/pgpool.sgml
@@ -139,7 +139,7 @@ Pgpool-II documentation
.pgpoolkeyファイルへのパスを指定します。
AES256暗号化パスワードを使用し、このファイルが標準の場所以外にある場合には必須です。
@@ -317,7 +317,7 @@ Pgpool-II documentation
Pgpool-IIの設定ファイルを再読み込みします。
reloadモードには専用のオプションはありません。
diff --git a/doc.ja/src/sgml/reference.sgml b/doc.ja/src/sgml/reference.sgml
index 3e7291ff..1a2660ea 100644
--- a/doc.ja/src/sgml/reference.sgml
+++ b/doc.ja/src/sgml/reference.sgml
@@ -9,7 +9,7 @@
ここには Pgpool-II のリファレンス情報があります。
@@ -268,7 +268,7 @@
to PostgreSQL with the result
(3). PostgreSQL returns the result
to Pgpool-II (5)
- and Pgpool-II fowards the data to
+ and Pgpool-II forwards the data to
the user (6).
-->
Pgpool-II経由でも(1)、あるいは直接PostgreSQLに対しても(2)、関数を呼び出すことができます。
@@ -308,7 +308,7 @@
of PostgreSQL. The pcp port number
is hard coded as 9898, the pcp user name is assumes to be same
as caller's PostgreSQL user name.
- password is extraced from $HOME/.pcppass.
+ password is extracted from $HOME/.pcppass.
-->
2番目の形式では、Pgpool-IIサーバ名が必要になります。
サーバ名はPostgreSQLの"CREATE FOREIGN SERVER"コマンドで定義済みでなければなりません。
diff --git a/doc.ja/src/sgml/release-4.3.sgml b/doc.ja/src/sgml/release-4.3.sgml
index ce3afbc6..25468c81 100644
--- a/doc.ja/src/sgml/release-4.3.sgml
+++ b/doc.ja/src/sgml/release-4.3.sgml
@@ -86,7 +86,7 @@
@@ -226,7 +226,7 @@
diff --git a/doc.ja/src/sgml/restrictions.sgml b/doc.ja/src/sgml/restrictions.sgml
index 7cf84747..fbc265bf 100644
--- a/doc.ja/src/sgml/restrictions.sgml
+++ b/doc.ja/src/sgml/restrictions.sgml
@@ -8,7 +8,7 @@
この章では、Pgpool-IIの現在の制限事項について説明します。
@@ -62,7 +62,7 @@
diff --git a/doc.ja/src/sgml/ssl.sgml b/doc.ja/src/sgml/ssl.sgml
index f707fbd8..51876c88 100644
--- a/doc.ja/src/sgml/ssl.sgml
+++ b/doc.ja/src/sgml/ssl.sgml
@@ -1,7 +1,7 @@
- Secure Sockect Layer (SSL)
+ Secure Socket Layer (SSL)
diff --git a/doc.ja/src/sgml/start.sgml b/doc.ja/src/sgml/start.sgml
index aaa0b74f..c211d455 100644
--- a/doc.ja/src/sgml/start.sgml
+++ b/doc.ja/src/sgml/start.sgml
@@ -47,7 +47,7 @@
は、インストールされたPgpool-IIに含まれる管理コマンドの一つです。
@@ -585,7 +585,7 @@
Pgpool-IIのプロセス構造
diff --git a/doc.ja/src/sgml/watchdog.sgml b/doc.ja/src/sgml/watchdog.sgml
index 007498a8..89bf8797 100644
--- a/doc.ja/src/sgml/watchdog.sgml
+++ b/doc.ja/src/sgml/watchdog.sgml
@@ -244,10 +244,10 @@
Specifies the authentication key used for all watchdog communications.
All Pgpool-II must have the same key.
Packets from watchdog having different key will get rejected.
- This authentication is also applied to the heatrbeat singals
+ This authentication is also applied to the heartbeat signals
when the heartbeat> mode is used as a lifecheck method.
-->
- wachdog間通信で用いられる認証キーを指定します。
+ watchdog間通信で用いられる認証キーを指定します。
全てのPgpool-IIで同じキーを指定する必要があります。
認証キーが異なるwatchdogからの通信は拒絶されます。
死活監視をheartbeat>モードで行う場合には、この認証はハートビート信号にも適用されます。
@@ -588,7 +588,7 @@
昇格および降格時の振る舞い
@@ -614,8 +614,8 @@
このオプションがonの場合、pgpool-II がアクティブに昇格した時に、共有メモリ上のクエリキャッシュを全て削除します。
これにより、新しいアクティブのPgpool-IIが旧アクティブと非整合な古いクエリキャッシュを使うことを防止します。
@@ -1266,7 +1266,7 @@
@@ -1545,7 +1545,7 @@
diff --git a/doc.zh-cn/src/sgml/installation-tips.sgml b/doc.zh-cn/src/sgml/installation-tips.sgml
index 1c91d1e3..e7dd81a3 100644
--- a/doc.zh-cn/src/sgml/installation-tips.sgml
+++ b/doc.zh-cn/src/sgml/installation-tips.sgml
@@ -54,7 +54,7 @@
If PostgreSQL is listening on 11002
port, rather than the standard 5432 port, you can do:
- firewall-cmd --zone=public --remove-service=popstgresql --permanent
+ firewall-cmd --zone=public --remove-service=postgresql --permanent
firewall-cmd --zone=public --add-port=11002/tcp --permanent
firewall-cmd --reload
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml
index 703056d0..125161f2 100644
--- a/doc/src/sgml/client-auth.sgml
+++ b/doc/src/sgml/client-auth.sgml
@@ -580,7 +580,7 @@
You can avoid maintaining pool_passwd by
using as well
- but it does not enfornce to use SSL encryption because
+ but it does not enforce to use SSL encryption because
pool_hba.conf cannot be used with the
parameter.
diff --git a/doc/src/sgml/example-Kubernetes.sgml b/doc/src/sgml/example-Kubernetes.sgml
index b94ffc7f..4b58aa14 100644
--- a/doc/src/sgml/example-Kubernetes.sgml
+++ b/doc/src/sgml/example-Kubernetes.sgml
@@ -147,7 +147,7 @@ $ curl -LO https://raw.githubusercontent.com/pgpool/pgpool2_on_k8s/master/pgpool
Because failover is managed by Kubernetes,
specify DISALLOW_TO_FAILOVER flag to
for both of the two nodes and ALWAYS_PRIMARY flag to 0.
- The setiing of is not required.
+ The setting of is not required.
For example, the following environment variables defined in manifest,
@@ -278,12 +278,12 @@ backend_port1 = '5432'
On Kubernetes, Kubernetes monitors the PostgreSQL pods,
if a pod goes down, Kubernetes will restart a new one.
You need to disable Pgpool-II's automated failover,
- becuase Pgpool-II's automated failover is not required on Kubernetes.
+ because Pgpool-II's automated failover is not required on Kubernetes.
Specify PostgreSQL node 0 as primary (ALWAYS_PRIMARY),
because Service name doesn't change even if the primary or replica pod
- is sacled, restarted or failover occurred.
+ is scaled, restarted or failover occurred.
backend_flag0 ='ALWAYS_PRIMARY|DISALLOW_TO_FAILOVER'
@@ -318,7 +318,7 @@ password: <some string>_PASSWORD
Define the environment variables using Secret is the recommended way to keep user credentials secure.
In most PostgreSQL Operators, several Secrets which define the
- PostgreSQL user's redentials will be automaticlly
+ PostgreSQL user's credentials will be automatically
created when creating a PostgreSQL cluster.
Use kubectl get secret command to check the existing Secrets.
@@ -380,7 +380,7 @@ sr_check_user='postgres'
specified in sr_check_user and configure the
environment variables to reference the created Secret.
In most PostgreSQL Operators, several secrets which define the
- PostgreSQL user's redentials will be automaticlly
+ PostgreSQL user's credentials will be automatically
created when creating a PostgreSQL cluster.
Use kubectl get secret command to check the existing secrets.
diff --git a/doc/src/sgml/example-basic.sgml b/doc/src/sgml/example-basic.sgml
index 4c5b2ea3..a58e4721 100644
--- a/doc/src/sgml/example-basic.sgml
+++ b/doc/src/sgml/example-basic.sgml
@@ -131,7 +131,7 @@
for each server. If the servers are placed on separate machines,
they must be configured properly so that they can accept network
connections from Pgpool-II.
- In this exapmle, we create 3 PostgreSQL servers and
+ In this example, we create 3 PostgreSQL servers and
specify the PostgreSQL information in the following parameters.
diff --git a/doc/src/sgml/example-replication-si-mode.sgml b/doc/src/sgml/example-replication-si-mode.sgml
index 725182a8..c65f5c2b 100644
--- a/doc/src/sgml/example-replication-si-mode.sgml
+++ b/doc/src/sgml/example-replication-si-mode.sgml
@@ -28,7 +28,7 @@
replication.
- In thie example we use 3 servers with CentOS 7.9 installed.
+ In this example we use 3 servers with CentOS 7.9 installed.
Let these servers be server1,
server2, server3.
We install PostgreSQL on all servers and
@@ -198,7 +198,7 @@
To use the online recovery of Pgpool-II,
the settings that allow passwordless SSH to all
- servers are requried.
+ servers are required.
Execute the following command on all servers to set up passwordless
SSH.
The generated key file name is id_rsa_pgpool.
diff --git a/doc/src/sgml/installation-tips.sgml b/doc/src/sgml/installation-tips.sgml
index 1c91d1e3..e7dd81a3 100644
--- a/doc/src/sgml/installation-tips.sgml
+++ b/doc/src/sgml/installation-tips.sgml
@@ -54,7 +54,7 @@
If PostgreSQL is listening on 11002
port, rather than the standard 5432 port, you can do:
- firewall-cmd --zone=public --remove-service=popstgresql --permanent
+ firewall-cmd --zone=public --remove-service=postgresql --permanent
firewall-cmd --zone=public --add-port=11002/tcp --permanent
firewall-cmd --reload
diff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml
index d9e78672..40ddf4e0 100644
--- a/doc/src/sgml/intro.sgml
+++ b/doc/src/sgml/intro.sgml
@@ -78,7 +78,7 @@
pool of
PostgreSQL servers to achieve some
features that are not available with single
- PostgreSQL installation. The fearures
+ PostgreSQL installation. The features
include:
@@ -96,8 +96,8 @@
offers an HA feature for Pgpool-II
itself, called Watchdog (see for more details). Moreover
- Pgpool-II hires sophoiscated
- quorum algorithm to aovid false positive
+ Pgpool-II hires sophisticated
+ quorum algorithm to avoid false positive
errors and split brain problem to make the whole HA system
highly reliable. See for more details.
diff --git a/doc/src/sgml/memcache.sgml b/doc/src/sgml/memcache.sgml
index 3a0cf6a2..99dacd33 100644
--- a/doc/src/sgml/memcache.sgml
+++ b/doc/src/sgml/memcache.sgml
@@ -7,7 +7,7 @@
In memory query cache can be used with all modes of
Pgpool-II.
The in memory query cache keeps the SELECT results and the results are reused.
- When the underlying table gets updated, corresponding cache enrties are deleted (in case is on. This parameter is on by default), thus restarting Pgpool-II is not neccessary.
+ When the underlying table gets updated, corresponding cache entries are deleted (in case is on. This parameter is on by default), thus restarting Pgpool-II is not necessary.
In memory cache saves the pair of SELECT statement
@@ -51,10 +51,10 @@
A SELECT result is basically registered when
- SELECT normaly finishes. If an explicit transaction is executing,
+ SELECT normally finishes. If an explicit transaction is executing,
SELECT result is not registered until the
transaction is committed. Also in extended query mode, the timing
- of cache registeration varies depending on clustering mode. In
streaming
replication mode and
pcp_detach_node
- detaches the given node from Pgpool-II. Exisiting connections to Pgpool-II are forced to be disconnected.
+ detaches the given node from Pgpool-II. Existing connections to Pgpool-II are forced to be disconnected.
diff --git a/doc/src/sgml/ref/pcp_node_info.sgml b/doc/src/sgml/ref/pcp_node_info.sgml
index 25b2ce95..5f44fd38 100644
--- a/doc/src/sgml/ref/pcp_node_info.sgml
+++ b/doc/src/sgml/ref/pcp_node_info.sgml
@@ -56,7 +56,7 @@ Pgpool-II documentation
- Display all backend nodes informatio.
+ Display all backend nodes information.
diff --git a/doc/src/sgml/release-4.3.sgml b/doc/src/sgml/release-4.3.sgml
index e6e737e0..58e0ab19 100644
--- a/doc/src/sgml/release-4.3.sgml
+++ b/doc/src/sgml/release-4.3.sgml
@@ -49,7 +49,7 @@
Allow to choose the least replication delay standby node when
- selecting the load balance node. For this pupose a new
+ selecting the load balance node. For this purpose a new
parameter is
added.
@@ -144,7 +144,7 @@
- Support include directive in pgppol.conf
+ Support include directive in pgpool.conf
file. You can have separate sub-config file to be included in
pgpool.conf.