Re: pg_restore parameter( -n) not work - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_restore parameter( -n) not work
Date
Msg-id 20114.1152890007@sss.pgh.pa.us
Whole thread Raw
In response to pg_restore parameter( -n) not work  (Wang Haiyong <wanghaiyong@neusoft.com>)
List pgsql-bugs
Wang Haiyong <wanghaiyong@neusoft.com> writes:
> pg_restore 8.1.0 parameter( -n)  not work¡£

This is fixed in 8.1.4.

2006-04-12 18:19  tgl

    * src/bin/pg_dump/: pg_backup_archiver.c, pg_restore.c
    (REL8_1_STABLE): 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.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Dusan Halicky"
Date:
Subject: BUG #2530: Some columns not visible when select from table (via odbc only)
Next
From: Tom Lane
Date:
Subject: Re: BUG #2531: missing header dependency in src/port/Makefile