|
149 | 149 | <command>ANALYZE</command> will skip over any tables that the calling user |
150 | 150 | does not have permission to analyze. |
151 | 151 | </span> |
152 | | -《機械翻訳》テーブルを分析するには、通常、テーブルに対する<code class="literal">MAINTAIN</code>権限が必要です。 |
153 | | -しかし、データベース所有者は、共有カタログを除くデータベース内のすべてのテーブルを分析することができます。 |
154 | | -<code class="command">ANALYZE</code>は、呼び出し元ユーザが分析する権限を持たないテーブルはスキップします。 |
| 152 | +テーブルを解析するためには、通常そのテーブルに対する<code class="literal">MAINTAIN</code>権限が必要です。 |
| 153 | +しかしながら、データベースの所有者は、共有カタログを除いて、そのデータベースのテーブルをすべて解析できます。 |
| 154 | +<code class="command">ANALYZE</code>は呼び出したユーザが解析する権限のないテーブルをスキップします。 |
155 | 155 | </p><p> |
156 | 156 | <span class="original"> |
157 | 157 | Foreign tables are analyzed only when explicitly selected. Not all |
|
189 | 189 | linkend="guc-search-path"/> is temporarily changed to <literal>pg_catalog, |
190 | 190 | pg_temp</literal>. |
191 | 191 | </span> |
192 | | -《機械翻訳》<code class="command">ANALYZE</code>の実行中、<a class="xref" href="runtime-config-client.html#GUC-SEARCH-PATH">search_path</a>は一時的に<code class="literal">pg_catalog, pg_temp</code>に変更されます。 |
| 192 | +<code class="command">ANALYZE</code>の実行中、<a class="xref" href="runtime-config-client.html#GUC-SEARCH-PATH">search_path</a>は一時的に<code class="literal">pg_catalog, pg_temp</code>に変更されます。 |
193 | 193 | </p><p> |
194 | 194 | <span class="original"> |
195 | 195 | <command>ANALYZE</command> |
196 | 196 | requires only a read lock on the target table, so it can run in |
197 | 197 | parallel with other non-DDL activity on the table. |
198 | 198 | </span> |
199 | | -《マッチ度[87.943262]》<code class="command">ANALYZE</code>は、対象とするテーブルの読み取りロックのみを必要とします。 |
200 | | -したがって、そのテーブルに対する他の操作と並行して実行することができます。 |
201 | | -《機械翻訳》<code class="command">ANALYZE</code>は、対象テーブルに対する読み取りロックのみを必要とするため、テーブルに対する他の非DDLアクティビティと並行して実行できます。 |
| 199 | +<code class="command">ANALYZE</code>は、対象とするテーブルの読み取りロックのみを必要とします。したがって、そのテーブルに対する他の非DDL操作と並行して実行できます。 |
202 | 200 | </p><p> |
203 | 201 | <span class="original"> |
204 | 202 | The statistics collected by <command>ANALYZE</command> usually |
|
360 | 358 | The following syntax was used before <productname>PostgreSQL</productname> |
361 | 359 | version 11 and is still supported: |
362 | 360 | </span> |
363 | | -《機械翻訳》<span class="productname">PostgreSQL</span>バージョン11より前では次の構文が使われていましたが、今でもサポートされています。 |
| 361 | +<span class="productname">PostgreSQL</span>バージョン11より前では次の構文が使われていましたが、今でもサポートされています。 |
364 | 362 | </p><pre class="synopsis"> |
365 | 363 | ANALYZE [ VERBOSE ] [ <em class="replaceable"><code>table_and_columns</code></em> [, ...] ] |
366 | 364 | </pre><p> |
|
0 commit comments