Accept multiple -I, -P, -T and -n options in pg_restore.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: da85fb4747ac0b7f787ef7a402adea2747e32d8e
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-08-28T06:43:34Z
Releases: 9.4.0
Accept multiple -I, -P, -T and -n options in pg_restore.

We already did this for -t (--table) in 9.3, but missed the other similar
options. For consistency, allow all of them to be specified multiple times.

Unfortunately it's too late to sneak this into 9.3, so commit to master
only.

Files