|
5 | 5 | </span> — インデックスに従ってテーブルをクラスタ化する</p></div><div class="refsynopsisdiv"><h2>概要</h2><pre class="synopsis"> |
6 | 6 | CLUSTER [ ( <em class="replaceable"><code>option</code></em> [, ...] ) ] [ <em class="replaceable"><code>table_name</code></em> [ USING <em class="replaceable"><code>index_name</code></em> ] ] |
7 | 7 |
|
8 | | -<span class="phrase">where <em class="replaceable"><code>option</code></em> can be one of:</span> |
| 8 | +<span class="original"> |
| 9 | +<phrase>where <replaceable class="parameter">option</replaceable> can be one of:</phrase> |
| 10 | +</span> |
| 11 | +<span class="phrase">ここで<em class="replaceable"><code>option</code></em>は以下のいずれかです。</span> |
9 | 12 |
|
10 | 13 | VERBOSE [ <em class="replaceable"><code>boolean</code></em> ] |
11 | 14 | </pre></div><div class="refsect1" id="id-1.9.3.51.5"><h2>説明</h2><span class="original"> |
|
61 | 64 | has privileges for. This form of <command>CLUSTER</command> cannot be |
62 | 65 | executed inside a transaction block. |
63 | 66 | </span> |
64 | | -《マッチ度[79.794521]》<em class="replaceable"><code>table_name</code></em>を指定しないで<code class="command">CLUSTER</code>を実行した場合、現在のデータベース内の以前にクラスタ化されたテーブルのうち、呼び出したユーザが所有するすべてのテーブルを(スーパーユーザが実行する場合はすべてのテーブルを)再クラスタ化します。 |
| 67 | +<em class="replaceable"><code>table_name</code></em>を指定しないで<code class="command">CLUSTER</code>を実行した場合、現在のデータベース内の以前にクラスタ化されたテーブルのうち、呼び出したユーザが権限を持つすべてのテーブルを再クラスタ化します。 |
65 | 68 | この形式の<code class="command">CLUSTER</code>を、トランザクションブロック内では実行できません。 |
66 | | -《機械翻訳》<em class="replaceable"><code>table_name</code></em>を指定しない<code class="command">CLUSTER</code>は、現在のデータベース内で、呼び出し元ユーザが権限を持つ全ての以前にクラスタ化されたテーブルを再クラスタ化します。 |
67 | | -この形式の<code class="command">CLUSTER</code>はトランザクションブロック内では実行できません。 |
68 | 69 | </p><p> |
69 | 70 | <span class="original"> |
70 | 71 | When a table is being clustered, an <literal>ACCESS |
|
110 | 111 | To cluster a table, one must have the <literal>MAINTAIN</literal> privilege |
111 | 112 | on the table. |
112 | 113 | </span> |
113 | | -《機械翻訳》テーブルをクラスタ化するには、テーブルに対する<code class="literal">MAINTAIN</code>権限が必要です。 |
| 114 | +テーブルをクラスタ化するには、テーブルに対する<code class="literal">MAINTAIN</code>権限が必要です。 |
114 | 115 | </p><p> |
115 | 116 | <span class="original"> |
116 | 117 | In cases where you are accessing single rows randomly |
|
145 | 146 | linkend="guc-search-path"/> is temporarily changed to <literal>pg_catalog, |
146 | 147 | pg_temp</literal>. |
147 | 148 | </span> |
148 | | -《機械翻訳》<code class="command">CLUSTER</code>の実行中、<a class="xref" href="runtime-config-client.html#GUC-SEARCH-PATH">search_path</a>は一時的に<code class="literal">pg_catalog, pg_temp</code>に変更されます。 |
| 149 | +<code class="command">CLUSTER</code>の実行中、<a class="xref" href="runtime-config-client.html#GUC-SEARCH-PATH">search_path</a>は一時的に<code class="literal">pg_catalog, pg_temp</code>に変更されます。 |
149 | 150 | </p><p> |
150 | 151 | <span class="original"> |
151 | 152 | When an index scan is used, a temporary copy of the table is created that |
|
251 | 252 | The following syntax was used before <productname>PostgreSQL</productname> |
252 | 253 | 17 and is still supported: |
253 | 254 | </span> |
254 | | -《機械翻訳》<span class="productname">PostgreSQL</span> 17より前のバージョンでは次の構文が使われていました。 |
| 255 | +次の構文は、<span class="productname">PostgreSQL</span> 17より前のバージョンで使われていたもので、今でもサポートされています。 |
255 | 256 | </p><pre class="synopsis"> |
256 | 257 | CLUSTER [ VERBOSE ] [ <em class="replaceable"><code>table_name</code></em> [ USING <em class="replaceable"><code>index_name</code></em> ] ] |
257 | 258 | </pre><p> |
|
260 | 261 | The following syntax was used before <productname>PostgreSQL</productname> |
261 | 262 | 8.3 and is still supported: |
262 | 263 | </span> |
263 | | -《機械翻訳》<span class="productname">PostgreSQL</span> 8.3より前のバージョンでは、次の構文が使われていました。 |
| 264 | +次の構文は、<span class="productname">PostgreSQL</span> 8.3より前のバージョンで使われていたもので、今でもサポートされています。 |
264 | 265 | </p><pre class="synopsis"> |
265 | 266 | CLUSTER <em class="replaceable"><code>index_name</code></em> ON <em class="replaceable"><code>table_name</code></em> |
266 | 267 | </pre><p> |
|
0 commit comments