File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 102102 <xref linkend="guc-recovery-init-sync-method"/> for information about
103103 the caveats to be aware of when using <literal>syncfs</literal>.
104104</ span >
105- Linuxでは、< code class ="literal "> syncfs</ code > を代わりに使用して、データディレクトリ、WALファイル、各テーブル空間を含むファイルシステム全体を同期させるようにオペレーティングシステムに要求することもできます
105+ Linuxでは、< code class ="literal "> syncfs</ code > を代わりに使用して、データディレクトリ、WALファイル、各テーブル空間を含むファイルシステム全体を同期させるようにオペレーティングシステムに要求することもできます。
106106< code class ="literal "> syncfs</ code > を使用する際に注意すべき点については、< a class ="xref " href ="runtime-config-error-handling.html#GUC-RECOVERY-INIT-SYNC-METHOD "> recovery_init_sync_method</ a > を参照してください。
107107 </ p > < p >
108108< span class ="original ">
153153 data directory must not be started or else data loss may occur.
154154</ span >
155155大きいクラスタでチェックサムを有効にするには、場合によっては長時間を要する可能性があります。
156- この操作中にデータディレクトリに書き込みをするクラスタや他のプログラムを開始してはいけません。さもないとでデータ損失が起きるかもしれません 。
156+ この操作中にデータディレクトリに書き込みをするクラスタや他のプログラムを開始してはいけません。さもないとデータ損失が起きるかもしれません 。
157157 </ p > < p >
158158< span class ="original ">
159159 When using a replication setup with tools which perform direct copies
176176 remains unchanged, and <application>pg_checksums</application> can be
177177 re-run to perform the same operation.
178178</ span >
179- チェックサムの有効化や無効化をしている最中に< span class ="application "> pg_checksums</ span > が中断されたり、killされたりした場合、クラスタのデータチェックサム設定は変更されないままとなり、< span class ="application "> pg_checksums</ span > を同じ操作を再実行できます 。
179+ チェックサムの有効化や無効化をしている最中に< span class ="application "> pg_checksums</ span > が中断されたり、killされたりした場合、クラスタのデータチェックサム設定は変更されないままとなり、< span class ="application "> pg_checksums</ span > を再実行して同じ操作をおこなえます 。
180180 </ p > </ div > </ div > < div class ="navfooter "> < hr /> < table width ="100% " summary ="Navigation footer "> < tr > < td width ="40% " align ="left "> < a accesskey ="p " href ="pgarchivecleanup.html " title ="pg_archivecleanup "> 前へ</ a > </ td > < td width ="20% " align ="center "> < a accesskey ="u " href ="reference-server.html " title ="PostgreSQLサーバアプリケーション "> 上へ</ a > </ td > < td width ="40% " align ="right "> < a accesskey ="n " href ="app-pgcontroldata.html " title ="pg_controldata "> 次へ</ a > </ td > </ tr > < tr > < td width ="40% " align ="left " valign ="top "> < span class ="application "> pg_archivecleanup</ span > </ td > < td width ="20% " align ="center "> < a accesskey ="h " href ="index.html " title ="PostgreSQL 17.5文書 "> ホーム</ a > </ td > < td width ="40% " align ="right " valign ="top "> < span class ="application "> pg_controldata</ span > </ td > </ tr > </ table > </ div > </ body > </ html >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ layout: default
77
88## 最新
99
10- last-updated: 2025-06-28 04:25:49 JST
10+ last-updated: 2025-07-02 04:27:37 JST
1111
1212### 最新 PostgreSQL
1313
@@ -19,7 +19,7 @@ last-updated: 2025-06-28 04:25:49 JST
1919
2020| HTML (オンライン) | PDF | EPUB | man | 更新日 |
2121| :---------------------------| :---------------------------------------------:| :--------------------------------------------:| :---:| :----------:|
22- | [ 17.5] ( current/html ) | [ PDF] ( current/postgres-A4.pdf ) | | | <em id =" update " >2025-06-28 </em > |
22+ | [ 17.5] ( current/html ) | [ PDF] ( current/postgres-A4.pdf ) | | | <em id =" update " >2025-07-02 </em > |
2323| [ 17.0] ( jpug-doc/17.0/html/ ) | [ PDF] ( jpug-doc/17.0/postgresql-17.0-A4.pdf ) | [ EPUB] ( jpug-doc/17.0/postgresql-17.0.epub ) | [ man.tar.gz] ( jpug-doc/17.0/man.tar.gz ) | 2025-05-21 |
2424
2525### PostgreSQL 16
You can’t perform that action at this time.
0 commit comments