Q.4. pg_receivexlog
renamed topg_receivewal
Postgres Pro 9.6 and below provided a command namedpg_receivexlog
to fetch write-ahead-log (WAL) files. This command was renamed topg_receivewal
, seepg_receivewal for documentation ofpg_receivewal
and seethe release notes for PostgreSQL 10 for details on this change.