mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04: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>