バージョンごとのドキュメント一覧

O.4. pg_resetxlogの名前をpg_resetwalに変更 #

<title><command>pg_resetxlog</command> renamed to <command>pg_resetwal</command></title>

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のリリースノートを参照してください。