Skip to content

Commit

Permalink
Merge branch 'doc_ja_15' into fix-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
noborus authored Aug 9, 2023
2 parents f1c81ff + b072d51 commit 5c644cb
Show file tree
Hide file tree
Showing 22 changed files with 59 additions and 58 deletions.
1 change: 1 addition & 0 deletions .ng.list
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@
ワーカ[^ー]
スーパ[^ー]
トランザクション隔離レベル
稼動
ラッパ[^ー]
6 changes: 3 additions & 3 deletions doc/src/sgml/backup.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ tar -cf backup.tar /usr/local/pgsql/data
-->
その他のファイルシステムバックアップ方法として、ファイルシステムが<quote>整合性を維持したスナップショット</quote>機能をサポートしている場合(かつ、正しく実装されていると信用する場合)、データディレクトリのスナップショットを作成する方法があります。
典型的な手順では、データベースを含むボリュームの<quote>凍結スナップショット</quote>を作成し、データディレクトリ全体(上述のように、一部だけではいけません)をスナップショットからバックアップデバイスにコピーし、そして、凍結スナップショットを解放します。
これはデータベースサーバが稼動中であっても動作します
これはデータベースサーバが稼働中であっても動作します
しかし、こうして作成されたバックアップは、データベースサーバが適切に停止されなかった状態のデータベースファイルを保存します。
そのため、このバックアップデータでデータベースサーバを起動する時、直前のサーバインスタンスがクラッシュしたものとみなされ、WALログが取り直されます。
これは問題ではありません。
Expand Down Expand Up @@ -995,7 +995,7 @@ test ! -f /mnt/server/archivedir/00000001000000A900000065 &amp;&amp; cp pg_wal/0
protected from prying eyes; for example, archive into a directory that
does not have group or world read access.
-->
このアーカイブ用コマンドは<productname>PostgreSQL</productname>サーバを稼動させるユーザと同じ所有権で実行されます
このアーカイブ用コマンドは<productname>PostgreSQL</productname>サーバを稼働させるユーザと同じ所有権で実行されます
アーカイブされる一連のWALファイルには、実質、データベース内の全てが含まれていますので、アーカイブしたデータをのぞき見から確実に保護しなければならないでしょう。
例えば、グループや全員に読み込み権限を付与していないディレクトリにデータをアーカイブしてください。
</para>
Expand Down Expand Up @@ -1674,7 +1674,7 @@ GNUの <application>tar</application>で1.23以降のバージョンを使用し
<!--
Stop the server, if it's running.
-->
もし稼動しているのであればサーバを停止してください
もし稼働しているのであればサーバを停止してください
</para>
</listitem>
<listitem>
Expand Down
6 changes: 3 additions & 3 deletions doc/src/sgml/config.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@ Linuxでは、これは<quote>transparent huge pages</quote><indexterm><primary>
too high. It may be useful to control for this by separately
setting <xref linkend="guc-autovacuum-work-mem"/>.
-->
自動バキュームが稼動すると、最大でこのメモリの<xref linkend="guc-autovacuum-max-workers"/>倍が配分されるので、デフォルトの値をあまり高く設定しないよう注意してください。
自動バキュームが稼働すると、最大でこのメモリの<xref linkend="guc-autovacuum-max-workers"/>倍が配分されるので、デフォルトの値をあまり高く設定しないよう注意してください。
別の設定項目<xref linkend="guc-autovacuum-work-mem"/>で制御するのが良いかもしれません。
</para>
<para>
Expand Down Expand Up @@ -6260,7 +6260,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<literal>replica</literal> or higher to allow connections from standby
servers.
-->
複数のスタンバイサーバあるいは、ストリーミングを使ったベースバックアップクライアントからの同時接続を受ける接続最大値を設定します(つまり、同時に稼動するWAL送信プロセスの最大値です)。
複数のスタンバイサーバあるいは、ストリーミングを使ったベースバックアップクライアントからの同時接続を受ける接続最大値を設定します(つまり、同時に稼働するWAL送信プロセスの最大値です)。
デフォルトは<literal>10</literal>です。
<literal>0</literal>ならば、レプリケーションは無効であるという意味になります。
ストリーミングクライアントの突然の切断により、タイムアウトになるまで親のない接続スロットが残ることがあります。
Expand Down Expand Up @@ -15003,7 +15003,7 @@ GINインデックス走査により返されるセットのソフトな上限
same or higher value than on the primary server. Otherwise, queries
will not be allowed in the standby server.
-->
スタンバイサーバを稼動するとき、このパラメータをプライマリサーバと同じか、より高い値に設定しなければなりません。
スタンバイサーバを稼働するとき、このパラメータをプライマリサーバと同じか、より高い値に設定しなければなりません。
そうしないと、問い合わせはスタンバイサーバでは許可されません。
</para>
</listitem>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/config0.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2892,7 +2892,7 @@ Linuxでは、これは<quote>transparent huge pages</quote><indexterm><primary>
too high. It may be useful to control for this by separately
setting <xref linkend="guc-autovacuum-work-mem"/>.
-->
自動バキュームが稼動すると、最大でこのメモリの<xref linkend="guc-autovacuum-max-workers"/>倍が配分されるので、デフォルトの値をあまり高く設定しないよう注意してください。
自動バキュームが稼働すると、最大でこのメモリの<xref linkend="guc-autovacuum-max-workers"/>倍が配分されるので、デフォルトの値をあまり高く設定しないよう注意してください。
別の設定項目<xref linkend="guc-autovacuum-work-mem"/>で制御するのが良いかもしれません。
</para>
<para>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/config1.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -2243,7 +2243,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
<literal>replica</literal> or higher to allow connections from standby
servers.
-->
複数のスタンバイサーバあるいは、ストリーミングを使ったベースバックアップクライアントからの同時接続を受ける接続最大値を設定します(つまり、同時に稼動するWAL送信プロセスの最大値です)。
複数のスタンバイサーバあるいは、ストリーミングを使ったベースバックアップクライアントからの同時接続を受ける接続最大値を設定します(つまり、同時に稼働するWAL送信プロセスの最大値です)。
デフォルトは<literal>10</literal>です。
<literal>0</literal>ならば、レプリケーションは無効であるという意味になります。
ストリーミングクライアントの突然の切断により、タイムアウトになるまで親のない接続スロットが残ることがあります。
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/config3.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ GINインデックス走査により返されるセットのソフトな上限
same or higher value than on the primary server. Otherwise, queries
will not be allowed in the standby server.
-->
スタンバイサーバを稼動するとき、このパラメータをプライマリサーバと同じか、より高い値に設定しなければなりません。
スタンバイサーバを稼働するとき、このパラメータをプライマリサーバと同じか、より高い値に設定しなければなりません。
そうしないと、問い合わせはスタンバイサーバでは許可されません。
</para>
</listitem>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/func.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -34074,7 +34074,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset((pg_backup_stop()).lsn);
These functions may be executed both during recovery and in normal running.
-->
<xref linkend="functions-recovery-info-table"/>に示される関数は、スタンバイサーバの現在のステータス情報を提供します。
これらの関数はリカバリ中、および通常稼動時に実行することができるでしょう
これらの関数はリカバリ中、および通常稼働時に実行することができるでしょう
</para>

<table id="functions-recovery-info-table">
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sgml/func4.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -6337,7 +6337,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset((pg_backup_stop()).lsn);
These functions may be executed both during recovery and in normal running.
-->
<xref linkend="functions-recovery-info-table"/>に示される関数は、スタンバイサーバの現在のステータス情報を提供します。
これらの関数はリカバリ中、および通常稼動時に実行することができるでしょう
これらの関数はリカバリ中、および通常稼働時に実行することができるでしょう
</para>

<table id="functions-recovery-info-table">
Expand Down
Loading

0 comments on commit 5c644cb

Please sign in to comment.