Thread: pgsql: Since I needed this feature badly, I added the -n / --schema

pgsql: Since I needed this feature badly, I added the -n / --schema

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
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

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        pg_restore.sgml (r1.51 -> r1.52)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_restore.sgml.diff?r1=1.51&r2=1.52)
    pgsql/src/bin/pg_dump:
        pg_backup.h (r1.34 -> r1.35)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup.h.diff?r1=1.34&r2=1.35)
        pg_backup_archiver.c (r1.109 -> r1.110)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.109&r2=1.110)
        pg_restore.c (r1.70 -> r1.71)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c.diff?r1=1.70&r2=1.71)