File tree Expand file tree Collapse file tree 6 files changed +13
-26
lines changed
Expand file tree Collapse file tree 6 files changed +13
-26
lines changed Original file line number Diff line number Diff line change 246246 (and is not dropped in the same command) which proves no
247247 <literal>NULL</literal> can exist, then the table scan is skipped.
248248</ span >
249- 《マッチ度[83.668904]》< code class ="literal "> SET NOT NULL</ code > は、テーブルの項目でその列が< code class ="literal "> NULL</ code > 値であるものが1つもない場合にのみ、その列に設定可能です。
250- 通常これは< code class ="literal "> ALTER TABLE</ code > がテーブル全体をスキャンする際に確認されます。しかしながら、< code class ="literal "> NULL</ code > が存在できないことを示す有効な< code class ="literal "> CHECK</ code > 制約が見つかれば、テーブルスキャンは省略されます。
251- 《機械翻訳》< code class ="literal "> SET NOT NULL</ code > カラム内のどのレコードにも< code class ="literal "> NULL</ code > テーブルの値が含まれていない場合にのみ、そのカラムに適用できます。
252- 通常、これは< code class ="literal "> ALTER TABLE</ code > テーブル全体をスキャンすることによってチェックされます。
253- ただし、存在しない< code class ="literal "> NULL</ code > 存在する可能性があることが証明される有効な< code class ="literal "> CHECK</ code > 制約が存在する場合および同じコマンドで削除されない場合、テーブルスキャンはスキップされたになります。
249+ < code class ="literal "> SET NOT NULL</ code > は、テーブルの項目でその列が< code class ="literal "> NULL</ code > 値であるものが1つもない場合にのみ、その列に設定可能です。
250+ 通常これは< code class ="literal "> ALTER TABLE</ code > がテーブル全体をスキャンする際に確認されます。
251+ しかしながら、< code class ="literal "> NULL</ code > が存在できないことを示す有効な< code class ="literal "> CHECK</ code > 制約(同じコマンドで削除されない)が存在すれば、テーブルスキャンは省略されます。
254252 </ p > < p >
255253< span class ="original ">
256254 If this table is a partition, one cannot perform <literal>DROP NOT NULL</literal>
280278 so running <link linkend="sql-analyze"><command>ANALYZE</command></link>
281279 on the table afterwards is recommended.
282280</ span >
283- 《マッチ度[89.595376]》この形式を使用すると、列の統計情報が削除されるので、後でテーブルに対して< a class ="link " href ="sql-analyze.html " title ="ANALYZE "> < code class ="command "> ANALYZE</ code > </ a > を実行することをお勧めします。
284- 《機械翻訳》このフォームを利用する場合は、カラムの統計処理が撤去されるため、その後はテーブルで< a class ="link " href ="sql-analyze.html " title ="ANALYZE "> < code class ="command "> ANALYZE</ code > </ a > を実行することをお勧めします。
281+ この形式を使用すると、列の統計情報が削除されるので、後でテーブルに対して< a class ="link " href ="sql-analyze.html " title ="ANALYZE "> < code class ="command "> ANALYZE</ code > </ a > を実行することをお勧めします。
285282 </ p > </ dd > < dt id ="SQL-ALTERTABLE-DESC-DROP-EXPRESSION "> < span class ="term "> < code class ="literal "> DROP EXPRESSION [ IF EXISTS ]</ code > </ span > < a href ="#SQL-ALTERTABLE-DESC-DROP-EXPRESSION " class ="id_link "> #</ a > </ dt > < dd > < p >
286283< span class ="original ">
287284 This form turns a stored generated column into a normal base column.
Original file line number Diff line number Diff line change 486486 names to keep them unique, like <literal>_ccnew1</literal>,
487487 <literal>_ccold2</literal>, etc.
488488</ span >
489- 《マッチ度[72.206704]》 < code class ="literal "> INVALID</ code > と印づけられたインデックスに接尾辞< code class ="literal "> ccnew </ code > がついている場合、それは同時実行操作中に作られた一時的なインデックスに対応します。お勧めの回復法は< code class ="literal "> DROP INDEX</ code > を使ってそれを削除して、再度< code class ="command "> REINDEX CONCURRENTLY</ code > を試みることです。
490- 無効なインデックスにその代わりに接尾辞< code class ="literal "> ccold </ code > がついている場合、それは削除できなかった元のインデックスに対応します。
489+ < code class ="literal "> INVALID</ code > と印づけられたインデックスに接尾辞< code class ="literal "> _ccnew </ code > がついている場合、それは同時実行操作中に作られた一時的なインデックスに対応します。お勧めの回復法は< code class ="literal "> DROP INDEX</ code > を使ってそれを削除して、再度< code class ="command "> REINDEX CONCURRENTLY</ code > を試みることです。
490+ 無効なインデックスにその代わりに接尾辞< code class ="literal "> _ccold </ code > がついている場合、それは削除できなかった元のインデックスに対応します。
491491正式な再構築は成功していますので、お勧めの回復法は単に前記のインデックスを削除することです。
492- 《機械翻訳》マークされたインデックス< code class ="literal "> INVALID</ code > が接尾辞< code class ="literal "> _ccnew</ code > の場合、それはコンカレントインデックス中に作成された一時的なオペレーションに対応し、推奨されるリカバリメソッドは< code class ="literal "> DROP INDEX</ code > を使用してそれを削除し、< code class ="command "> REINDEX CONCURRENTLY</ code > を再試行することです。
493- 無効なインデックスが接尾辞< code class ="literal "> _ccold</ code > の場合、それは削除できなかったオリジナルインデックスに対応します。
494- 推奨されるリカバリメソッドは、該当するインデックスを削除することです。
495- これは、再構築が正常に完了しているためです。
496- < code class ="literal "> _ccnew1</ code > 、< code class ="literal "> _ccold2</ code > などのように、無効なインデックス名のサフィックスに非ゼロ番号を追加して、ユニークを維持することができます。
492+ 一意性を保つため、< code class ="literal "> _ccnew1</ code > 、< code class ="literal "> _ccold2</ code > などのように、無効なインデックス名の接尾辞に非ゼロの番号が追加されることがあります。
497493 </ p > < p >
498494< span class ="original ">
499495 Regular index builds permit other regular index builds on the same table
Original file line number Diff line number Diff line change 182182 a non-negative value. This state can return
183183 to <literal>reserved</literal> or <literal>extended</literal>.
184184</ span >
185- 《マッチ度[60.355030]》< code class ="literal "> unreserved</ code > 。そのスロットはもはや要求されたWALファイルが保存されず、次のチェックポイントでそのうちいくつかは削除される予定であることを意味します。
186- この状態は< code class ="literal "> reserved</ code > または< code class ="literal "> extended</ code > に戻すことができます。
187- 《機械翻訳》< code class ="literal "> unreserved</ code > これは、スロットがもはや必要なWALファイルを保持しておらず、その一部が次のチェックポイント時に削除されることを意味します。
188- これは通常、< a class ="xref " href ="runtime-config-replication.html#GUC-MAX-SLOT-WAL-KEEP-SIZE "> max_slot_wal_keep_size</ a > が負でない値に設定されている場合に発生します。
189- この状態は< code class ="literal "> reserved</ code > または< code class ="literal "> extended</ code > に結果することができます。
185+ < code class ="literal "> unreserved</ code > 。スロットはもはや要求されたWALファイルを保持しておらず、その一部が次のチェックポイントで削除される予定であることを意味しています。
186+ これは通常、< a class ="xref " href ="runtime-config-replication.html#GUC-MAX-SLOT-WAL-KEEP-SIZE "> max_slot_wal_keep_size</ a > が負ではない値に設定されている場合に発生します。
187+ この状態は< code class ="literal "> reserved</ code > または< code class ="literal "> extended</ code > に戻ることができます。
190188 </ p > </ li > < li class ="listitem "> < p >
191189< span class ="original ">
192190 <literal>lost</literal> means that this slot is no longer usable.
193191</ span >
194- 《機械翻訳》 < code class ="literal "> lost</ code > は、 このスロットが使用できなくなったことを意味します。
192+ < code class ="literal "> lost</ code > 。 このスロットが使用できなくなったことを意味します。
195193 </ p > </ li > </ ul > </ div > < p >
196194 </ p > </ td > </ tr > < tr > < td class ="catalog_table_entry "> < p class ="column_definition ">
197195 < code class ="structfield "> safe_wal_size</ code > < code class ="type "> int8</ code >
Original file line number Diff line number Diff line change 103103 <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>
104104 for details of how encrypted passwords are stored.
105105</ span >
106- 《マッチ度[73.170732]》(おそらく暗号化された)パスワード。
107- 存在しない場合はNULLです。
106+ 暗号化されたパスワード。存在しない場合はNULLです。
108107暗号化されたパスワードの格納方法については< a class ="link " href ="catalog-pg-authid.html " title ="51.8. pg_authid "> < code class ="structname "> pg_authid</ code > </ a > を参照してください。
109- 《機械翻訳》暗号化されたパスワード。
110- 存在しない場合はNULL。
111- 暗号化パスワードの格納方法の詳細については、< a class ="link " href ="catalog-pg-authid.html " title ="51.8. pg_authid "> < code class ="structname "> pg_authid</ code > </ a > を参照してください。
112108 </ p > </ td > </ tr > < tr > < td class ="catalog_table_entry "> < p class ="column_definition ">
113109 < code class ="structfield "> valuntil</ code > < code class ="type "> timestamptz</ code >
114110 </ p >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ layout: default
77
88## 最新
99
10- last-updated: 2025-09-12 04:24:00 JST
10+ last-updated: 2025-09-13 04:24:05 JST
1111
1212### 最新 PostgreSQL
1313
You can’t perform that action at this time.
0 commit comments