Skip to content

Commit 5a3fe96

Browse files
committed
by GitHub Actions [skip ci]
1 parent 0a65e7d commit 5a3fe96

File tree

9 files changed

+77
-81
lines changed

9 files changed

+77
-81
lines changed

current/html/app-initdb.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,9 @@
244244
use <xref linkend="app-initdb-no-data-checksums"/> to disable
245245
checksums.
246246
</span>
247-
《機械翻訳》データページでチェックサムを使用して、他の方法ではサイレントになる入出力システムによる破損をヘルプで検出します。
248-
これはデフォルトで有効になります。
247+
データページにおいてチェックサムを使用します。
248+
これにより、他の方法では検出されないI/Oシステムによる破損を検知できるようになります。
249+
これはデフォルトで有効です。
249250
チェックサムを無効にするには<a class="xref" href="app-initdb.html#APP-INITDB-NO-DATA-CHECKSUMS"><code class="option">--no-data-checksums</code></a>を使用します。
250251
</p><p>
251252
<span class="original">
@@ -257,10 +258,10 @@
257258
&lt;structname&gt;pg_stat_database&lt;/structname&gt;&lt;/link&gt; view.
258259
See &lt;xref linkend="checksums" /&gt; for details.
259260
</span>
260-
《機械翻訳》チェックサムを有効にすると、小さなパフォーマンスペナルティが発生する場合があります
261-
設定されている場合、すべてのデータベースのすべてのオブジェクトに対してチェックサムが計算されます
262-
すべてのチェックサム障害は<a class="link" href="monitoring-stats.html#MONITORING-PG-STAT-DATABASE-VIEW" title="27.2.17. pg_stat_database"><code class="structname">pg_stat_database</code></a>ビューで報告されます。
263-
詳細は<a class="xref" href="checksums.html" title="28.2. データチェックサム">28.2</a>を参照してください。
261+
チェックサムを有効にすると、わずかに性能が低下するかもしれません
262+
設定した場合、すべてのデータベースにおいて、すべてのオブジェクトに対してチェックサムが計算されます
263+
チェックサムの失敗はすべて<a class="link" href="monitoring-stats.html#MONITORING-PG-STAT-DATABASE-VIEW" title="27.2.17. pg_stat_database"><code class="structname">pg_stat_database</code></a>ビューで報告されます。
264+
詳細については<a class="xref" href="checksums.html" title="28.2. データチェックサム">28.2</a>を参照してください。
264265
</p></dd><dt id="APP-INITDB-OPTION-LOCALE"><span class="term"><code class="option">--locale=<em class="replaceable"><code>locale</code></em></code></span> <a href="#APP-INITDB-OPTION-LOCALE" class="id_link">#</a></dt><dd><p>
265266
<span class="original">
266267
Sets the default locale for the database cluster. If this
@@ -278,8 +279,7 @@
278279
specified and set to &lt;literal&gt;C&lt;/literal&gt;, &lt;literal&gt;C.UTF-8&lt;/literal&gt;
279280
or &lt;literal&gt;PG_UNICODE_FAST&lt;/literal&gt;.
280281
</span>
281-
《マッチ度[73.790323]》<code class="option">--locale-provider</code><code class="literal">builtin</code>の場合、<code class="option">--locale</code>または<code class="option">--builtin-locale</code>を指定し、<code class="literal">C</code>または<code class="literal">C.UTF-8</code>に設定する必要があります。
282-
《機械翻訳》<code class="option">--ロケール-provider</code><code class="literal">builtin</code>,<code class="option">--ロケール</code>または<code class="option">--builtin-ロケール</code>の場合は、指定して<code class="literal">C</code>,<code class="literal">C.UTF-8</code>または<code class="literal">PG_UNICODE_FAST</code>に設定する必要があります。
282+
<code class="option">--locale-provider</code><code class="literal">builtin</code>の場合、<code class="option">--locale</code>または<code class="option">--builtin-locale</code>を指定し、<code class="literal">C</code><code class="literal">C.UTF-8</code>、または<code class="literal">PG_UNICODE_FAST</code>に設定する必要があります。
283283
</p></dd><dt id="APP-INITDB-OPTION-LC-COLLATE"><span class="term"><code class="option">--lc-collate=<em class="replaceable"><code>locale</code></em></code><br /></span><span class="term"><code class="option">--lc-ctype=<em class="replaceable"><code>locale</code></em></code><br /></span><span class="term"><code class="option">--lc-messages=<em class="replaceable"><code>locale</code></em></code><br /></span><span class="term"><code class="option">--lc-monetary=<em class="replaceable"><code>locale</code></em></code><br /></span><span class="term"><code class="option">--lc-numeric=<em class="replaceable"><code>locale</code></em></code><br /></span><span class="term"><code class="option">--lc-time=<em class="replaceable"><code>locale</code></em></code></span> <a href="#APP-INITDB-OPTION-LC-COLLATE" class="id_link">#</a></dt><dd><p>
284284
<span class="original">
285285
Like &lt;option&gt;&amp;#45;-locale&lt;/option&gt;, but only sets the locale in
@@ -313,7 +313,7 @@
313313
<span class="original">
314314
Do not enable data checksums.
315315
</span>
316-
《機械翻訳》データチェックサムは有効にしないでください
316+
データチェックサムを有効にしません
317317
</p></dd><dt id="APP-INITDB-OPTION-PWFILE"><span class="term"><code class="option">--pwfile=<em class="replaceable"><code>filename</code></em></code></span> <a href="#APP-INITDB-OPTION-PWFILE" class="id_link">#</a></dt><dd><p>
318318
<span class="original">
319319
Makes &lt;command&gt;initdb&lt;/command&gt; read the bootstrap superuser's password
@@ -462,24 +462,23 @@
462462
synchronized unless the &lt;option&gt;&amp;#45;-no-sync&lt;/option&gt; option is also
463463
specified.
464464
</span>
465-
《機械翻訳》デフォルトでは、<code class="command">initdb</code>すべてのデータベースファイルをディスクに安全に書き込みます
466-
このオプションは、<code class="filename">base</code>サブディレクトリと他のテーブルスペースディレクトリ内のすべてのファイルなど、個々のデータベースディレクトリ、データベースディレクトリ自体、およびテーブルスペースディレクトリ内のすべてのファイルを同期するように<code class="command">initdb</code>スキップに指示します
467-
<code class="literal">pg_wal</code>および<code class="literal">pg_xact</code>などの他のファイルは、<code class="option">--no-sync</code>オプションも指定されていない限り同期されます
465+
デフォルトでは、<code class="command">initdb</code>はすべてのデータベースファイルを安全にディスクに書き出します
466+
このオプションは、個々のデータベースディレクトリ内のすべてのファイル、データベースディレクトリ自体、およびテーブル空間ディレクトリ、つまり<code class="filename">base</code>サブディレクトリと他のテーブル空間ディレクトリ内のすべての同期をスキップするように<code class="command">initdb</code>に指示します
467+
<code class="option">--no-sync</code>オプションも指定しない限り、<code class="literal">pg_wal</code><code class="literal">pg_xact</code>などに存在する他のファイルは引き続き同期されます
468468
</p><p>
469469
<span class="original">
470470
Note that if &lt;option&gt;&amp;#45;-no-sync-data-files&lt;/option&gt; is used in
471471
conjunction with &lt;option&gt;&amp;#45;-sync-method=syncfs&lt;/option&gt;, some or all of
472472
the aforementioned files and directories will be synchronized because
473473
&lt;literal&gt;syncfs&lt;/literal&gt; processes entire file systems.
474474
</span>
475-
《機械翻訳》ノートで<code class="option">--no-sync-データ-files</code><code class="option">--sync-論理積=syncfs</code>とともに使用すると<code class="literal">syncfs</code>メソッドシステム全体を処理するため前述のファイルとディレクトリの一部またはすべてがファイルで同期されます
475+
<code class="option">--no-sync-data-files</code><code class="option">--sync-method=syncfs</code>と組み合わせて使用する場合<code class="literal">syncfs</code>はファイルシステム全体を処理するため、前述のファイルとディレクトリの一部またはすべてが同期されることに注意してください
476476
</p><p>
477477
<span class="original">
478478
This option is primarily intended for internal use by tools that
479479
separately ensure the skipped files are synchronized to disk.
480480
</span>
481-
《機械翻訳》このオプションは、保証ファイルをスキップされたに個別に同期するツールによる内部使用を主な目的としています。
482-
ディスク
481+
このオプションは主に、スキップされたファイルがディスクに同期されることを別途保証するツールで内部的に使用することを意図しています。
483482
</p></dd><dt id="APP-INITDB-OPTION-NO-INSTRUCTIONS"><span class="term"><code class="option">--no-instructions</code></span> <a href="#APP-INITDB-OPTION-NO-INSTRUCTIONS" class="id_link">#</a></dt><dd><p>
484483
<span class="original">
485484
By default, &lt;command&gt;initdb&lt;/command&gt; will write instructions for how

current/html/bookindex.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

current/html/contrib.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)