pg_restore: Add -N option to exclude schemas

Peter Eisentraut <peter_e@gmx.net>

Commit: 46b55e7f853dc0ef60ae3b1042b883fa4ffac95f
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2016-09-20T16:00:00Z
Releases: 10.0
pg_restore: Add -N option to exclude schemas

This is similar to the -N option in pg_dump, except that it doesn't take
a pattern, just like the existing -n option in pg_restore.

From: Michael Banck <michael.banck@credativ.de>

Files

Documentation touched