Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix create for libpq 9.6 and older db (#418)
When Postgres library (libpq) 9.6 is installed on the server, `pg_dump` adds an SQL command to SET `idle_in_transaction_session_timeout`, which is new to 9.6, so it fails when running against older versions of the Postgres database. I've added the parameter to the blacklist.
- Loading branch information