Remove "-i" flag from pg_dump
authorMassimiliano Arione <garakkio@gmail.com>
Mon, 11 Apr 2016 13:52:46 +0000 (15:52 +0200)
committerRobert Treat <rob@xzilla.net>
Fri, 12 Aug 2016 04:24:04 +0000 (00:24 -0400)
commitc7c6beb7d9f98ff50c0efa3911f1a2d86a5eed95
treef85c1f1ad732b2dddd0e2afd37b5f15b896b9e92
parent66d0265c316319f27f647def9543a0cb0206ae01
Remove "-i" flag from pg_dump

With Postgres 9.5 (that is default on new Ubuntu LTS, so likely to spread soon) the `-i` option is causing an error, since it has been removed.
Anyway, such option has been deprecated since Postgres 8.4 (so about 6 years ago)
dbexport.php