Development Versions:
devel
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
M.2. pg_xlogdump renamed to pg_waldump |
Prev |
Up |
Appendix M. Obsolete or Renamed Features |
Home |
Next |
M.2. pg_xlogdump
renamed to pg_waldump
PostgreSQL 9.6 and below provided a command named pg_xlogdump
to read write-ahead-log (WAL) files. This command was renamed to pg_waldump
, see pg_waldump for documentation of pg_waldump
and see the release notes for PostgreSQL 10 for details on this change.
Prev |
Up |
Next |
M.1. recovery.conf file merged into postgresql.conf |
Home |
M.3. pg_resetxlog renamed to pg_resetwal |