Description: pg_dump was invoked with removed -i flag
 That flag has been deprecated since jessie and no longer exits.
Author: roger21 <roger21@free.fr>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/886454
Forwarded: no
Reviewed-By: Jean-Michel Vourgère <nirgal@debian.org>
Last-Update: 2018-02-14

--- phppgadmin-5.1+ds.orig/dbexport.php
+++ phppgadmin-5.1+ds/dbexport.php
@@ -72,8 +72,8 @@
 			putenv('PGPORT=' . $port);
 		}
 
-		// Build command for executing pg_dump.  '-i' means ignore version differences.
-		$cmd = $exe . " -i";
+		// Build command for executing pg_dump
+		$cmd = $exe;
 		
 		// we are PG 7.4+, so we always have a schema
 		if (isset($_REQUEST['schema'])) {
