pg_resetxlog
の名前をpg_resetwal
に変更 #
PostgreSQL 9.6 and below provided a command named
<command>pg_resetxlog</command>
<indexterm><primary>pg_resetxlog</primary></indexterm>
to reset the write-ahead-log (WAL) files. This command was renamed to <command>pg_resetwal</command>, see
<xref linkend="app-pgresetwal"/> for documentation of <command>pg_resetwal</command> and see
<link linkend="release-prior">the release notes for PostgreSQL 10</link> for details
on this change.
PostgreSQL 9.6以下では、pg_resetxlog
という名前のコマンドが
write-ahead-log(WAL)ファイルをリセットするために提供されていました。
このコマンドはpg_resetwal
に名前が変更されました。
pg_resetwal
のドキュメントについてはpg_resetwalを、この変更の詳細についてはPostgreSQL 10のリリースノートを参照してください。