|
170 | 170 | objects, and can also be specified more than once for multiple filter |
171 | 171 | files. |
172 | 172 | </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>。 |
182 | 181 | <code class="literal">STDIN</code>から読み込むには、ファイル名として<code class="filename">-</code>を使用します。 |
183 | | -<code class="option">--filter</code>オプションは、オブジェクトを含めたり除外したりするために、上記の論理積とともにオプションで指定できます。 |
184 | | -また、マルチプルフィルタファイルに対して複数回指定することもできます。 |
| 182 | +<code class="option">--filter</code>オプションは、オブジェクトを含めるまたは除外するために、上記のオプションとともに指定でき、更に複数のファイルをフィルタするために複数回指定することもできます。 |
185 | 183 | </p><p> |
186 | 184 | <span class="original"> |
187 | 185 | The file lists one database pattern per row, with the following format: |
188 | 186 | </span> |
189 | | -《機械翻訳》ファイルには、1 行に 1 つのデータベース パターンがリストされ、次の形式になります。 |
| 187 | +ファイルには、オブジェクトパターンが1行に1つずつリストされ、次の形式になります。 |
190 | 188 | </p><pre class="synopsis"> |
191 | 189 | { include | exclude } { function | index | schema | table | trigger } <em class="replaceable"><code>PATTERN</code></em> |
192 | 190 | </pre><p> |
|
196 | 194 | are to be included or excluded. The second keyword specifies the type |
197 | 195 | of object to be filtered using the pattern: |
198 | 196 | </span> |
199 | | -《機械翻訳》最初のキーワードは、パターンに一致するオブジェクトを含めるか除外するかを指定します。 |
200 | | -2 番目のキーワードは、パターンを使用してフィルタリングするオブジェクトのタイプを指定します。 |
| 197 | +最初のキーワードは、パターンに一致するオブジェクトを含めるか除外するかを指定します。 |
| 198 | +2番目のキーワードは、パターンを使用してフィルタリングするオブジェクトのタイプを指定します。 |
201 | 199 | </p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p> |
202 | 200 | <span class="original"> |
203 | 201 | <literal>function</literal>: functions, works like the |
204 | 202 | <option>-P</option>/<option>&#45;-function</option> option. This keyword |
205 | 203 | can only be used with the <literal>include</literal> keyword. |
206 | 204 | </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>オプションと同様に機能します。 |
208 | 207 | このキーワードは<code class="literal">include</code>キーワードでのみ使用できます。 |
209 | 208 | </p></li><li class="listitem"><p> |
210 | 209 | <span class="original"> |
211 | 210 | <literal>index</literal>: indexes, works like the |
212 | 211 | <option>-I</option>/<option>&#45;-indexes</option> option. This keyword |
213 | 212 | can only be used with the <literal>include</literal> keyword. |
214 | 213 | </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>オプションと同様に機能します。 |
217 | 216 | このキーワードは<code class="literal">include</code>キーワードでのみ使用できます。 |
218 | 217 | </p></li><li class="listitem"><p> |
219 | 218 | <span class="original"> |
220 | 219 | <literal>schema</literal>: schemas, works like the |
221 | 220 | <option>-n</option>/<option>&#45;-schema</option> and |
222 | 221 | <option>-N</option>/<option>&#45;-exclude-schema</option> options. |
223 | 222 | </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>オプションと同様に機能します。 |
226 | 225 | </p></li><li class="listitem"><p> |
227 | 226 | <span class="original"> |
228 | 227 | <literal>table</literal>: tables, works like the |
229 | 228 | <option>-t</option>/<option>&#45;-table</option> option. This keyword |
230 | 229 | can only be used with the <literal>include</literal> keyword. |
231 | 230 | </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>オプションと同様に機能します。 |
233 | 232 | このキーワードは<code class="literal">include</code>キーワードと併用する場合のみ使用できます。 |
234 | 233 | </p></li><li class="listitem"><p> |
235 | 234 | <span class="original"> |
236 | 235 | <literal>trigger</literal>: triggers, works like the |
237 | 236 | <option>-T</option>/<option>&#45;-trigger</option> option. This keyword |
238 | 237 | can only be used with the <literal>include</literal> keyword. |
239 | 238 | </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>オプションと同様に機能します。 |
242 | 241 | このキーワードは<code class="literal">include</code>キーワードでのみ使用できます。 |
243 | 242 | </p></li></ul></div><p> |
244 | 243 | </p><p> |
|
248 | 247 | Blank lines are also ignored. See <xref linkend="app-psql-patterns"/> |
249 | 248 | for how to perform quoting in patterns. |
250 | 249 | </span> |
251 | | -《機械翻訳》<code class="literal">#</code>で始まる行はコメントと見なされ、無視されます。 |
| 250 | +<code class="literal">#</code>で始まる行はコメントと見なされ、無視されます。 |
252 | 251 | コメントはオブジェクトパターン行の後にも置くことができます。 |
253 | 252 | 空行も無視されます。 |
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>を参照してください。 |
255 | 254 | </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> |
256 | 255 | <span class="original"> |
257 | 256 | Specify format of the archive. It is not necessary to specify |
|
644 | 643 | With this option, all objects will be created with whichever |
645 | 644 | table access method is the default during restore. |
646 | 645 | </span> |
647 | | -《マッチ度[86.144578]》テーブルアクセスメソッドを選択するコマンドを出力しません。 |
| 646 | +テーブルアクセスメソッドを選択するコマンドを出力しません。 |
648 | 647 | このオプションを付けると、すべてのオブジェクトはリストア時にデフォルトとなっているテーブルアクセスメソッドで作成されます。 |
649 | | -《機械翻訳》セレクトテーブルアクセスメソッドにコマンドを出力しません。 |
650 | | -このオプションを使用すると、リストア中にどのテーブルアクセスメソッドがデフォルトであっても、すべてのオブジェクトが作成されます。 |
| 648 | + |
651 | 649 | </p></dd><dt><span class="term"><code class="option">--no-tablespaces</code></span></dt><dd><p> |
652 | 650 | <span class="original"> |
653 | 651 | Do not output commands to select tablespaces. |
|
692 | 690 | up to <replaceable class="parameter">N</replaceable> database |
693 | 691 | objects. This option implies <option>&#45;-exit-on-error</option>. |
694 | 692 | </span> |
695 | | -《機械翻訳》一連のトランザクションとしてリストアを実行します。 |
| 693 | +一連のトランザクションとしてリストアを実行します。 |
696 | 694 | 各トランザクションは最大<em class="replaceable"><code>N</code></em>個のデータベースオブジェクトを処理します。 |
697 | 695 | このオプションは<code class="option">--exit-on-error</code>を意味します。 |
698 | 696 | </p><p> |
|
709 | 707 | thousand objects offers nearly the same performance benefits while |
710 | 708 | capping the amount of lock table space needed. |
711 | 709 | </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>は最もオーバーヘッドが少ないですが、大きなデータベースでは、リストアされたオブジェクトごとにトランザクションがロックを取得し、サーバのロックテーブル空間を使い果たす可能性があるため、実用的ではないかもしれません。 |
714 | 712 | 数千のオブジェクトを対象とする<code class="option">--transaction-size</code>を使用すると、必要なロックテーブル領域の量を制限しながら、ほぼ同じパフォーマンス上の利点が得られます。 |
715 | 713 | </p></dd><dt><span class="term"><code class="option">--use-set-session-authorization</code></span></dt><dd><p> |
716 | 714 | <span class="original"> |
|
0 commit comments