Skip to content

Commit e283fb1

Browse files
committed
by GitHub Actions [skip ci]
1 parent 39b9dd4 commit e283fb1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+634
-958
lines changed

current/html/admin.html

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

current/html/app-pgbasebackup.html

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

current/html/app-pgcombinebackup.html

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

current/html/app-pgrestore.html

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -170,23 +170,21 @@
170170
objects, and can also be specified more than once for multiple filter
171171
files.
172172
</span>
173-
《機械翻訳》リストアから除外または含まれるオブジェクトのパターンを読み取るファイル名を指定します。
174-
これらのパターンは、
175-
スキーマにオブジェクトを含める場合の
176-
<code class="option">-n</code>/<code class="option">--schema</code>、スキーマにオブジェクトを除外する場合の
177-
<code class="option">-N</code>/<code class="option">--exclude-schema</code>、関数関数を復元する場合の
178-
<code class="option">-P</code>/<code class="option">--function</code>、インデックスインデックスを復元する場合の
179-
<code class="option">-I</code>/<code class="option">--index</code>、記名的テーブルを復元する場合の
180-
<code class="option">-t</code>/<code class="option">--table</code>、トリガを復元する場合の
181-
<code class="option">-T</code>/<code class="option">--trigger</code>と同じ規則に従って解釈されます。
173+
リストアに含めるまたは除外するオブジェクトのパターンを読み取るファイル名を指定します。
174+
これらのパターンは対応するオプションと同じ規則に従って解釈されます。
175+
スキーマ内のオブジェクトを含める場合は<code class="option">-n</code>/<code class="option">--schema</code>
176+
スキーマ内のオブジェクトを除外する場合は<code class="option">-N</code>/<code class="option">--exclude-schema</code>
177+
関数を復元する場合は<code class="option">-P</code>/<code class="option">--function</code>
178+
インデックスを復元する場合は<code class="option">-I</code>/<code class="option">--index</code>
179+
テーブルを復元する場合は<code class="option">-t</code>/<code class="option">--table</code>
180+
トリガを復元する場合は<code class="option">-T</code>/<code class="option">--trigger</code>
182181
<code class="literal">STDIN</code>から読み込むには、ファイル名として<code class="filename">-</code>を使用します。
183-
<code class="option">--filter</code>オプションは、オブジェクトを含めたり除外したりするために、上記の論理積とともにオプションで指定できます。
184-
また、マルチプルフィルタファイルに対して複数回指定することもできます。
182+
<code class="option">--filter</code>オプションは、オブジェクトを含めるまたは除外するために、上記のオプションとともに指定でき、更に複数のファイルをフィルタするために複数回指定することもできます。
185183
</p><p>
186184
<span class="original">
187185
The file lists one database pattern per row, with the following format:
188186
</span>
189-
《機械翻訳》ファイルには、1 行に 1 つのデータベース パターンがリストされ、次の形式になります。
187+
ファイルには、オブジェクトパターンが1行に1つずつリストされ、次の形式になります。
190188
</p><pre class="synopsis">
191189
{ include | exclude } { function | index | schema | table | trigger } <em class="replaceable"><code>PATTERN</code></em>
192190
</pre><p>
@@ -196,49 +194,50 @@
196194
are to be included or excluded. The second keyword specifies the type
197195
of object to be filtered using the pattern:
198196
</span>
199-
《機械翻訳》最初のキーワードは、パターンに一致するオブジェクトを含めるか除外するかを指定します。
200-
2 番目のキーワードは、パターンを使用してフィルタリングするオブジェクトのタイプを指定します。
197+
最初のキーワードは、パターンに一致するオブジェクトを含めるか除外するかを指定します。
198+
2番目のキーワードは、パターンを使用してフィルタリングするオブジェクトのタイプを指定します。
201199
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p>
202200
<span class="original">
203201
&lt;literal&gt;function&lt;/literal&gt;: functions, works like the
204202
&lt;option&gt;-P&lt;/option&gt;/&lt;option&gt;&amp;#45;-function&lt;/option&gt; option. This keyword
205203
can only be used with the &lt;literal&gt;include&lt;/literal&gt; keyword.
206204
</span>
207-
《機械翻訳》<code class="literal">function</code>: <code class="option">-P</code>/<code class="option">--function</code>オプションと同様に機能します。
205+
<code class="literal">function</code>: 関数。
206+
これは<code class="option">-P</code>/<code class="option">--function</code>オプションと同様に機能します。
208207
このキーワードは<code class="literal">include</code>キーワードでのみ使用できます。
209208
</p></li><li class="listitem"><p>
210209
<span class="original">
211210
&lt;literal&gt;index&lt;/literal&gt;: indexes, works like the
212211
&lt;option&gt;-I&lt;/option&gt;/&lt;option&gt;&amp;#45;-indexes&lt;/option&gt; option. This keyword
213212
can only be used with the &lt;literal&gt;include&lt;/literal&gt; keyword.
214213
</span>
215-
《機械翻訳》<code class="literal">index</code>: インデックス。
216-
<code class="option">-I</code>/<code class="option">--indexes</code>オプションと同様に機能します。
214+
<code class="literal">index</code>: インデックス。
215+
これは<code class="option">-I</code>/<code class="option">--indexes</code>オプションと同様に機能します。
217216
このキーワードは<code class="literal">include</code>キーワードでのみ使用できます。
218217
</p></li><li class="listitem"><p>
219218
<span class="original">
220219
&lt;literal&gt;schema&lt;/literal&gt;: schemas, works like the
221220
&lt;option&gt;-n&lt;/option&gt;/&lt;option&gt;&amp;#45;-schema&lt;/option&gt; and
222221
&lt;option&gt;-N&lt;/option&gt;/&lt;option&gt;&amp;#45;-exclude-schema&lt;/option&gt; options.
223222
</span>
224-
《機械翻訳》<code class="literal">schema</code>: スキーマ。
225-
<code class="option">-n</code>/<code class="option">--schema</code><code class="option">-N</code>/<code class="option">--exclude-schema</code>オプションと同様に機能します。
223+
<code class="literal">schema</code>: スキーマ。
224+
これは<code class="option">-n</code>/<code class="option">--schema</code><code class="option">-N</code>/<code class="option">--exclude-schema</code>オプションと同様に機能します。
226225
</p></li><li class="listitem"><p>
227226
<span class="original">
228227
&lt;literal&gt;table&lt;/literal&gt;: tables, works like the
229228
&lt;option&gt;-t&lt;/option&gt;/&lt;option&gt;&amp;#45;-table&lt;/option&gt; option. This keyword
230229
can only be used with the &lt;literal&gt;include&lt;/literal&gt; keyword.
231230
</span>
232-
《機械翻訳》<code class="literal">table</code>: <code class="option">-t</code>/<code class="option">--table</code>オプションと同様にテーブルを処理します
231+
<code class="literal">table</code>: テーブル。<code class="option">-t</code>/<code class="option">--table</code>オプションと同様に機能します
233232
このキーワードは<code class="literal">include</code>キーワードと併用する場合のみ使用できます。
234233
</p></li><li class="listitem"><p>
235234
<span class="original">
236235
&lt;literal&gt;trigger&lt;/literal&gt;: triggers, works like the
237236
&lt;option&gt;-T&lt;/option&gt;/&lt;option&gt;&amp;#45;-trigger&lt;/option&gt; option. This keyword
238237
can only be used with the &lt;literal&gt;include&lt;/literal&gt; keyword.
239238
</span>
240-
《機械翻訳》<code class="literal">trigger</code>: トリガです
241-
<code class="option">-T</code>/<code class="option">--trigger</code>オプションと同様に機能します。
239+
<code class="literal">trigger</code>: トリガ
240+
これは<code class="option">-T</code>/<code class="option">--trigger</code>オプションと同様に機能します。
242241
このキーワードは<code class="literal">include</code>キーワードでのみ使用できます。
243242
</p></li></ul></div><p>
244243
</p><p>
@@ -248,10 +247,10 @@
248247
Blank lines are also ignored. See &lt;xref linkend="app-psql-patterns"/&gt;
249248
for how to perform quoting in patterns.
250249
</span>
251-
《機械翻訳》<code class="literal">#</code>で始まる行はコメントと見なされ、無視されます。
250+
<code class="literal">#</code>で始まる行はコメントと見なされ、無視されます。
252251
コメントはオブジェクトパターン行の後にも置くことができます。
253252
空行も無視されます。
254-
パターン内のクォートの実行方法については<a class="xref" href="app-psql.html#APP-PSQL-PATTERNS" title="パターン">パターン</a>を参照してください。
253+
パターン内の引用符の実行方法については<a class="xref" href="app-psql.html#APP-PSQL-PATTERNS" title="パターン">パターン</a>を参照してください。
255254
</p></dd><dt><span class="term"><code class="option">-F <em class="replaceable"><code>format</code></em></code><br /></span><span class="term"><code class="option">--format=<em class="replaceable"><code>format</code></em></code></span></dt><dd><p>
256255
<span class="original">
257256
Specify format of the archive. It is not necessary to specify
@@ -644,10 +643,9 @@
644643
With this option, all objects will be created with whichever
645644
table access method is the default during restore.
646645
</span>
647-
《マッチ度[86.144578]》テーブルアクセスメソッドを選択するコマンドを出力しません。
646+
テーブルアクセスメソッドを選択するコマンドを出力しません。
648647
このオプションを付けると、すべてのオブジェクトはリストア時にデフォルトとなっているテーブルアクセスメソッドで作成されます。
649-
《機械翻訳》セレクトテーブルアクセスメソッドにコマンドを出力しません。
650-
このオプションを使用すると、リストア中にどのテーブルアクセスメソッドがデフォルトであっても、すべてのオブジェクトが作成されます。
648+
651649
</p></dd><dt><span class="term"><code class="option">--no-tablespaces</code></span></dt><dd><p>
652650
<span class="original">
653651
Do not output commands to select tablespaces.
@@ -692,7 +690,7 @@
692690
up to &lt;replaceable class="parameter"&gt;N&lt;/replaceable&gt; database
693691
objects. This option implies &lt;option&gt;&amp;#45;-exit-on-error&lt;/option&gt;.
694692
</span>
695-
《機械翻訳》一連のトランザクションとしてリストアを実行します。
693+
一連のトランザクションとしてリストアを実行します。
696694
各トランザクションは最大<em class="replaceable"><code>N</code></em>個のデータベースオブジェクトを処理します。
697695
このオプションは<code class="option">--exit-on-error</code>を意味します。
698696
</p><p>
@@ -709,8 +707,8 @@
709707
thousand objects offers nearly the same performance benefits while
710708
capping the amount of lock table space needed.
711709
</span>
712-
《機械翻訳》<code class="option">--transaction-size</code>は、デフォルトの動作(SQLコマンドごとに1トランザクション)と<code class="option">-1</code>/<code class="option">--single-transaction</code>(リストアされたすべてのオブジェクトに対して1トランザクション)の中間的な選択肢を提供します。
713-
<code class="option">--single-transaction</code>は最もオーバーヘッドが少ないですが、大きなデータベースでは、リストアされたオブジェクトごとにトランザクションがロックを取得するため、サーバのロックテーブル空間を使い果たす可能性があるため、実用的ではないかもしれません。
710+
<code class="option">--transaction-size</code>は、デフォルトの動作(SQLコマンドごとに1トランザクション)と<code class="option">-1</code>/<code class="option">--single-transaction</code>(リストアされたすべてのオブジェクトに対して1トランザクション)の中間的な選択肢を提供します。
711+
<code class="option">--single-transaction</code>は最もオーバーヘッドが少ないですが、大きなデータベースでは、リストアされたオブジェクトごとにトランザクションがロックを取得し、サーバのロックテーブル空間を使い果たす可能性があるため、実用的ではないかもしれません。
714712
数千のオブジェクトを対象とする<code class="option">--transaction-size</code>を使用すると、必要なロックテーブル領域の量を制限しながら、ほぼ同じパフォーマンス上の利点が得られます。
715713
</p></dd><dt><span class="term"><code class="option">--use-set-session-authorization</code></span></dt><dd><p>
716714
<span class="original">

0 commit comments

Comments
 (0)