|
244 | 244 | use <xref linkend="app-initdb-no-data-checksums"/> to disable |
245 | 245 | checksums. |
246 | 246 | </span> |
247 | | -《機械翻訳》データページでチェックサムを使用して、他の方法ではサイレントになる入出力システムによる破損をヘルプで検出します。 |
248 | | -これはデフォルトで有効になります。 |
| 247 | +データページにおいてチェックサムを使用します。 |
| 248 | +これにより、他の方法では検出されないI/Oシステムによる破損を検知できるようになります。 |
| 249 | +これはデフォルトで有効です。 |
249 | 250 | チェックサムを無効にするには<a class="xref" href="app-initdb.html#APP-INITDB-NO-DATA-CHECKSUMS"><code class="option">--no-data-checksums</code></a>を使用します。 |
250 | 251 | </p><p> |
251 | 252 | <span class="original"> |
|
257 | 258 | <structname>pg_stat_database</structname></link> view. |
258 | 259 | See <xref linkend="checksums" /> for details. |
259 | 260 | </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>を参照してください。 |
264 | 265 | </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> |
265 | 266 | <span class="original"> |
266 | 267 | Sets the default locale for the database cluster. If this |
|
278 | 279 | specified and set to <literal>C</literal>, <literal>C.UTF-8</literal> |
279 | 280 | or <literal>PG_UNICODE_FAST</literal>. |
280 | 281 | </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>に設定する必要があります。 |
283 | 283 | </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> |
284 | 284 | <span class="original"> |
285 | 285 | Like <option>&#45;-locale</option>, but only sets the locale in |
|
313 | 313 | <span class="original"> |
314 | 314 | Do not enable data checksums. |
315 | 315 | </span> |
316 | | -《機械翻訳》データチェックサムは有効にしないでください。 |
| 316 | +データチェックサムを有効にしません。 |
317 | 317 | </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> |
318 | 318 | <span class="original"> |
319 | 319 | Makes <command>initdb</command> read the bootstrap superuser's password |
|
462 | 462 | synchronized unless the <option>&#45;-no-sync</option> option is also |
463 | 463 | specified. |
464 | 464 | </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>などに存在する他のファイルは引き続き同期されます。 |
468 | 468 | </p><p> |
469 | 469 | <span class="original"> |
470 | 470 | Note that if <option>&#45;-no-sync-data-files</option> is used in |
471 | 471 | conjunction with <option>&#45;-sync-method=syncfs</option>, some or all of |
472 | 472 | the aforementioned files and directories will be synchronized because |
473 | 473 | <literal>syncfs</literal> processes entire file systems. |
474 | 474 | </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>はファイルシステム全体を処理するため、前述のファイルとディレクトリの一部またはすべてが同期されることに注意してください。 |
476 | 476 | </p><p> |
477 | 477 | <span class="original"> |
478 | 478 | This option is primarily intended for internal use by tools that |
479 | 479 | separately ensure the skipped files are synchronized to disk. |
480 | 480 | </span> |
481 | | -《機械翻訳》このオプションは、保証ファイルをスキップされたに個別に同期するツールによる内部使用を主な目的としています。 |
482 | | -ディスク |
| 481 | +このオプションは主に、スキップされたファイルがディスクに同期されることを別途保証するツールで内部的に使用することを意図しています。 |
483 | 482 | </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> |
484 | 483 | <span class="original"> |
485 | 484 | By default, <command>initdb</command> will write instructions for how |
|
0 commit comments