File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 388388 Entering a bug report this way causes it to be mailed to the
389389 <email>pgsql-bugs@lists.postgresql.org</email> mailing list.
390390</ span >
391- 《マッチ度[88.129496]》 その他の方法として、プロジェクトの< a class ="ulink " href ="https://www.postgresql.org/ " target ="_top "> Webサイト</ a > にあるバグ報告フォームの項目を埋める方法があります。
391+ その他の方法として、プロジェクトの< a class ="ulink " href ="https://www.postgresql.org/account/submitbug / " target ="_top "> Webサイト</ a > にあるバグ報告フォームの項目を埋める方法があります。
392392この方法で入力したバグ報告は、< code class ="email "> << a class ="email " href ="mailto:pgsql-bugs@lists.postgresql.org "> pgsql-bugs@lists.postgresql.org</ a > ></ code > メーリングリストに送信されます。
393- 《機械翻訳》もう1つのメソッドは、プロジェクトの< a class ="ulink " href ="https://www.postgresql.org/account/submitbug/ " target ="_top "> Webサイト</ a > で利用可能なバグレポートウェブ-フォームを記入することです。
394- この方法でバグレポートを入力すると、メーリングリスト< code class ="email "> << a class ="email " href ="mailto:pgsql-bugs@lists.PostgreSQL.org "> pgsql-bugs@lists.PostgreSQL.org</ a > ></ code > にメールされます。
395393 </ p > < p >
396394< span class ="original ">
397395 If your bug report has security implications and you'd prefer that it
Original file line number Diff line number Diff line change 7676 data checksums are disabled for this instance, then the value stored
7777 is meaningless.
7878</ span >
79- 《マッチ度[86.403509]》< code class ="structfield "> checksum</ code > フィールドはページに保存されたチェックサムであり、ページがどういうわけか壊れていれば正しくないでしょう。
80- このインスタンスに対してデータチェックサムが有効になっていなければ、保存されている値には意味がありません。
81- 《機械翻訳》< code class ="structfield "> checksum</ code > フィールドはページに格納されているチェックサムです。
82- ページが破損している場合は正しくない可能性があります。
83- このインスタンスに対してデータチェックサムが無効になっている場合、格納されている値は無意味です。
79+ < code class ="structfield "> checksum</ code > フィールドはページに保存されたチェックサムであり、ページがどういうわけか壊れていれば正しくないでしょう。
80+ このインスタンスに対してデータチェックサムが無効になっていれば、保存されている値には意味がありません。
8481 </ p > </ dd > < dt > < span class ="term ">
8582 < code class ="function "> page_checksum(page bytea, blkno bigint) returns smallint</ code >
8683 < a id ="id-1.11.7.33.4.2.4.1.2 " class ="indexterm "> </ a >
Original file line number Diff line number Diff line change 225225 process, but different scans could be performed at the same time by
226226 different processes.
227227</ span >
228- 《マッチ度[93.576017]》 また、パラレルプランの中で使われるときだけ部分的な子プランを持てる、通常の< code class ="literal "> Append</ code > ノードと違い、< code class ="literal "> Parallel Append</ code > ノードは部分的、非部分的のどちらの子プランも持つことができます。
228+ また、パラレルプランの中で使われるときだけ部分的な子プランを持てる、通常の< code class ="literal "> Append</ code > ノードと違い、< code class ="literal "> Parallel Append</ code > ノードは部分的、非部分的のどちらの子プランも持つことができます。
229229複数回のスキャンは重複した結果をもたらすため、非部分的な子プランは単一プロセスのみからスキャンされます。
230230複数の結果セットの連結に関わるプランは、効率的なパラレルプランが不可能なときでも、それゆえ粗い並列性を実現できます。
231231例えば、パラレルスキャンをサポートしないインデックスを使うことでのみ効率的に実行できるパーティションテーブルに対する問い合わせを考えてください。
Original file line number Diff line number Diff line change 2828</ span >
2929コマンドラインから新しいデータベースを作成するには、以下のコマンドを使用してください。
3030この例では< code class ="literal "> mydb</ code > という名前です。
31- < code class ="literal "> mydb</ code >
3231</ p > < pre class ="screen ">
3332< code class ="prompt "> $</ code > < strong class ="userinput "> < code > createdb mydb</ code > </ strong >
3433</ pre > < p >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ layout: default
77
88## 最新
99
10- last-updated: 2025-10-08 04:27:16 JST
10+ last-updated: 2025-10-09 04:26:41 JST
1111
1212### 最新 PostgreSQL
1313
You can’t perform that action at this time.
0 commit comments