mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
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>