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

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Since I needed this feature badly, I added the -n / --schema
Date
Msg-id 20050609175652.2FFC15293C@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Please find attached a patch (diff -c against cvs HEAD) to add a
Next
From: petere@svr1.postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Add example for pg_config --configure.