pgsql: Fix pg_restore -n option to do what the man page says it does.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_restore -n option to do what the man page says it does.
Date: 2006-04-12 22:19:01
Message-ID: 20060412221901.5F4F711F610C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pg_restore -n option to do what the man page says it does. The
original coding only worked if one of the selTypes restriction options
was also given. Per report from Nick Johnson.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.117.2.2 -> r1.117.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.117.2.2&r2=1.117.2.3)
pg_restore.c (r1.73 -> r1.73.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_restore.c.diff?r1=1.73&r2=1.73.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-04-13 03:53:05 pgsql: Fix an ancient oversight in btree xlog replay.
Previous Message Tom Lane 2006-04-12 22:18:49 pgsql: Fix pg_restore -n option to do what the man page says it does.