github lzlabs/pg_dumpbinary v2.8
Version 2.8

latest releases: v2.18, v2.17, v2.16...
19 months ago

2023-01-30 - version 2.8

This release adds some new feature to pg_restorebinary and fix some issues
reported since last release.

  • Force pg_restorebinary to stop on pg_restore or psql system command error,
    print the failing command and exit with code 1. Thanks to Mike Tefft for
    the feature request.
  • Add option -f, --outfile to generate a restore file usable with psql.
    The purpose of this option is to be able to debug pg_dumprestore by
    looking at the generated DDL and \copy commands.

Full list of changes:

  • Fix pg_dumpbinary failure in dumping partition less partitioned tables.
    Thanks to Mike Tefft for the report.
  • Add regression test on restoring dump with the --load-via-partition-root
    option.
  • Add regression test for partitioned table without partition.
  • Fix restore of data in a partitioned table when --load-via-partition-root
    was used with the pg_dumpbinary command. Thanks to Mike Tefft for the
    report.

Don't miss a new pg_dumpbinary release

NewReleases is sending notifications on new releases.