Skip to content

Commit 63b74ff

Browse files
committed
by GitHub Actions [skip ci]
1 parent aa48dbe commit 63b74ff

File tree

3 files changed

+17
-22
lines changed

3 files changed

+17
-22
lines changed

current/html/app-pg-dumpall.html

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@
7878
<span class="original">
7979
Dump only the data, not the schema (data definitions) or statistics.
8080
</span>
81-
《マッチ度[67.647059]》データのみをダンプし、スキーマ(データ定義)をダンプしません。
82-
《機械翻訳》ダンプはデータのみで、スキーマ(データの定義)や統計処理は含まない。
81+
データのみをダンプし、スキーマ(データ定義)と統計情報をダンプしません。
8382
</p></dd><dt><span class="term"><code class="option">-c</code><br /></span><span class="term"><code class="option">--clean</code></span></dt><dd><p>
8483
<span class="original">
8584
Emit SQL commands to &lt;command&gt;DROP&lt;/command&gt; all the dumped
@@ -218,12 +217,9 @@
218217
integrity checks or other triggers on the tables that you
219218
do not want to invoke during data restore.
220219
</span>
221-
《マッチ度[81.095890]》このオプションは、データのみのダンプを作成する場合だけに使用します
220+
このオプションは、データは含むがスキーマは含まないダンプを作成する場合だけに使用します
222221
データのリストア中に、対象とするテーブル上のトリガを一時的に使用不可にするためのコマンドを出力するよう<span class="application">pg_dumpall</span>に指示します。
223222
このオプションは、データのリストア中には呼び出したくない参照整合性検査やその他のトリガがテーブル上にある場合に使用します。
224-
《機械翻訳》このオプションは、データあり、スキーマなしのダンプを作成する場合にのみ関連します。
225-
includeがリストアされている間、ターゲット表のトリガを一時的に無効にするよう<span class="application">pg_dumpall</span>データ・コマンドに指示します。
226-
データリストア中に起動しない参照整合性チェックまたはその他のトリガが表にある場合は、このオプションを使用します。
227223
</p><p>
228224
<span class="original">
229225
Presently, the commands emitted for &lt;option&gt;&amp;#45;-disable-triggers&lt;/option&gt;
@@ -351,17 +347,17 @@
351347
<span class="original">
352348
Do not dump &lt;command&gt;COMMENT&lt;/command&gt; commands.
353349
</span>
354-
《機械翻訳》ダンプ<code class="command">COMMENT</code>コマンドしないでください
350+
<code class="command">COMMENT</code>コマンドをダンプしません
355351
</p></dd><dt><span class="term"><code class="option">--no-data</code></span></dt><dd><p>
356352
<span class="original">
357353
Do not dump data.
358354
</span>
359-
《機械翻訳》ダンプデータするな
355+
データをダンプしません
360356
</p></dd><dt><span class="term"><code class="option">--no-policies</code></span></dt><dd><p>
361357
<span class="original">
362358
Do not dump row security policies.
363359
</span>
364-
《機械翻訳》行セキュリティポリシーをダンプしないでください
360+
行セキュリティポリシーをダンプしません
365361
</p></dd><dt><span class="term"><code class="option">--no-publications</code></span></dt><dd><p>
366362
<span class="original">
367363
Do not dump publications.
@@ -386,7 +382,7 @@
386382
<span class="original">
387383
Do not dump schema (data definitions).
388384
</span>
389-
《機械翻訳》スキーマ(データの定義)をダンプしないでください
385+
スキーマ(データ定義)をダンプしません
390386
</p></dd><dt><span class="term"><code class="option">--no-security-labels</code></span></dt><dd><p>
391387
<span class="original">
392388
Do not dump security labels.
@@ -396,8 +392,8 @@
396392
<span class="original">
397393
Do not dump statistics. This is the default.
398394
</span>
399-
《機械翻訳》統計処理をダンプしないでください
400-
ここはデフォルトです
395+
統計情報をダンプしません
396+
これがデフォルトです
401397
</p></dd><dt><span class="term"><code class="option">--no-subscriptions</code></span></dt><dd><p>
402398
<span class="original">
403399
Do not dump subscriptions.
@@ -516,23 +512,22 @@
516512
<span class="original">
517513
Dump statistics.
518514
</span>
519-
《機械翻訳》ダンプ統計処理
515+
統計情報をダンプします
520516
</p></dd><dt><span class="term"><code class="option">--statistics-only</code></span></dt><dd><p>
521517
<span class="original">
522518
Dump only the statistics, not the schema (data definitions) or data.
523519
Statistics for tables, materialized views, foreign tables,
524520
and indexes are dumped.
525521
</span>
526-
《機械翻訳》ダンプ統計処理のみ。
527-
スキーマ(データの定義)やデータは含まれません。
528-
テーブル、実体化ビュー(Materialized View)、外部テーブル、インデックスの統計処理がダンプされます。
522+
統計情報のみをダンプし、スキーマ(データ定義)とデータはダンプしません。
523+
テーブル、マテリアライズドビュー、外部テーブル、およびインデックスの統計情報がダンプされます。
529524
</p></dd><dt><span class="term"><code class="option">--sequence-data</code></span></dt><dd><p>
530525
<span class="original">
531526
Include sequence data in the dump. This is the default behavior except
532527
when &lt;option&gt;&amp;#45;-no-data&lt;/option&gt;, &lt;option&gt;&amp;#45;-schema-only&lt;/option&gt;, or
533528
&lt;option&gt;&amp;#45;-statistics-only&lt;/option&gt; is specified.
534529
</span>
535-
《機械翻訳》ダンプのincludeシーケンスデータ
530+
シーケンスデータをダンプに含めます
536531
これは、<code class="option">--no-data</code><code class="option">--schema-only</code>、または<code class="option">--statistics-only</code>が指定されている場合を除き、デフォルトの動作です。
537532
</p></dd><dt><span class="term"><code class="option">--use-set-session-authorization</code></span></dt><dd><p>
538533
<span class="original">
@@ -725,10 +720,10 @@
725720
file to ensure optimal performance. You can also run &lt;command&gt;vacuumdb -a
726721
-z&lt;/command&gt; to analyze all databases.
727722
</span>
728-
《機械翻訳》<code class="option">--statistics</code>が指定されている場合、<code class="command">pg_dumpall</code>はほとんどのオプティマイザ統計処理を結果のダンプファイルにincludeします
729-
ただし<a class="xref" href="sql-createstatistics.html" title="CREATE STATISTICS"><span class="refentrytitle">CREATE STATISTICS</span></a>で明示的に作成された統計処理や、extensionによって追加されたカスタム統計処理などは含まれない場合があります
730-
このため、<code class="command">ANALYZE</code>ダンプファイルから保証の最適パフォーマンスにリストアした後、データベースごとにを実行すると便利な場合があります
731-
また、<code class="command">vacuumdb -a -z</code>を実行してすべてのデータベースをANALYZEすることもできます
723+
<code class="option">--statistics</code>が指定されている場合、<code class="command">pg_dumpall</code>は出力されるダンプファイルにほとんどのオプティマイザの統計情報を含めます
724+
しかし<a class="xref" href="sql-createstatistics.html" title="CREATE STATISTICS"><span class="refentrytitle">CREATE STATISTICS</span></a>で明示的に作成された統計情報や、拡張により追加された独自統計情報など、一部の統計情報は含まれない場合があります
725+
そのため、最適な性能を発揮するためには、ダンプファイルからリストアした後に各データベースで<code class="command">ANALYZE</code>を実行すると効果的な場合があります
726+
また、<code class="command">vacuumdb -a -z</code>を実行して、全てのデータベースを解析することができます
732727
</p><p>
733728
<span class="original">
734729
The dump script should not be expected to run completely without errors.

current/postgres-A4.pdf

-845 Bytes
Binary file not shown.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77

88
## 最新
99

10-
last-updated: 2025-12-24 04:29:44 JST
10+
last-updated: 2025-12-25 04:28:06 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)