mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +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>