Skip to content

Commit d64a57b

Browse files
committed
by GitHub Actions [skip ci]
1 parent b461cec commit d64a57b

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

current/html/ddl-partitioning.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,12 +1312,11 @@
13121312
partitions removed by the partition pruning done at this stage are
13131313
still locked at the beginning of execution.
13141314
</span>
1315-
《機械翻訳》問い合わせプランの初期化中。
1316-
実行の初期化フェーズ中に判明しているパーティション値に対して、ここでパラメータのプルーニングを実行できます。
1317-
このステージ中にプルーニングされるパーティションは、問い合わせの<code class="command">EXPLAIN</code>または<code class="command">EXPLAIN ANALYZE</code>
1318-
このフェーズ中に削除されたパーティションの数は、<code class="command">EXPLAIN</code>出力。
1319-
このステージで実行された<span class="quote"><span class="quote">削除されたサブプラン</span></span>プロパティを監視することによって判別できます。
1320-
ノートにとって、このステージで実行されたパーティションプルーニングによって削除されたパーティションが実行の開始時にロックされたままであることは重要です。
1315+
問い合わせ計画の初期化時。
1316+
パーティション除去は、パラメータの値が分かる実行の初期化段階時に可能です。
1317+
この段階で除去されたパーティションは、問い合わせの<code class="command">EXPLAIN</code><code class="command">EXPLAIN ANALYZE</code>には表示されません。
1318+
<code class="command">EXPLAIN</code>の出力に<span class="quote"><span class="quote">Subplans Removed</span></span>プロパティを観察することによってこの段階で除去されるパーティションの数を特定することが可能です。
1319+
この段階で実行されたパーティション除去によって削除されたパーティションは、実行の開始時にはまだロックされていることに注意する必要があります。
13211320
</p></li><li class="listitem"><p>
13221321
<span class="original">
13231322
During actual execution of the query plan. Partition pruning may

current/html/sql-alterindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
command will attempt to validate the parent index if the parent is
9292
currently invalid.
9393
</span>
94-
《機械翻訳》記名的インデックスがすでに変更されたインデックスに接続されている場合、コマンドは、親が現在無効であれば、親インデックスを検証しようとします。
94+
指定されたインデックスが変更するインデックスにすでに付加されている場合、コマンドは、親インデックスが現在無効であれば、親インデックスを検証しようとします。
9595
</p></dd><dt><span class="term"><code class="literal">DEPENDS ON EXTENSION <em class="replaceable"><code>extension_name</code></em></code><br /></span><span class="term"><code class="literal">NO DEPENDS ON EXTENSION <em class="replaceable"><code>extension_name</code></em></code></span></dt><dd><p>
9696
<span class="original">
9797
This form marks the index as dependent on the extension, or no longer

current/postgres-A4.pdf

-64 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: 2026-06-28 05:20:56 JST
10+
last-updated: 2026-07-01 06:05:52 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)