Remove "-i" flag from pg_dump
authorMassimiliano Arione <garakkio@gmail.com>
Mon, 11 Apr 2016 13:52:46 +0000 (15:52 +0200)
committerRobert Treat <robert@omniti.com>
Mon, 30 Oct 2017 22:31:50 +0000 (18:31 -0400)
commit910a955943fda5a6ca1b8c46c816e5cd7c4e94fa
treef85c1f1ad732b2dddd0e2afd37b5f15b896b9e92
parente6fd60eb33f0957239365c4bd7354ac83ed208bc
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