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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Since I needed this feature badly, I added the -n / --schema
Date: 2005-06-09 17:56:52
Message-ID: 20050609175652.2FFC15293C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2005-06-09 18:15:05 pgsql: Add example for pg_config --configure.
Previous Message Bruce Momjian 2005-06-09 16:35:09 pgsql: Please find attached a patch (diff -c against cvs HEAD) to add a