]> granicus.if.org Git - postgresql/commit
Since I needed this feature badly, I added the -n / --schema switch to
authorBruce Momjian <bruce@momjian.us>
Thu, 9 Jun 2005 17:56:51 +0000 (17:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 9 Jun 2005 17:56:51 +0000 (17:56 +0000)
commitebc8649892d02a9c6991e00d3e273670ca46fe56
tree051b445e5864d14fb44d16fed629cdc5d0688a1e
parent4d0e7b4aace5cdad7137d6efe71bcad4015c2518
Since I needed this feature badly, I added the -n / --schema switch to
pg_restore. It restores the given schemaname only. It can be used in
conjunction with the -t and other switches to make the selection very
fine grained.

Richard van den Bergg, CISSP
doc/src/sgml/ref/pg_restore.sgml
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_restore.c