From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
Cc: | Fabrízio Mello <fabriziomello(at)gmail(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Missing "-i / --ignore-version" in pg_dump help |
Date: | 2015-05-22 14:01:38 |
Message-ID: | 3795.1432303298@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Fujii Masao <masao(dot)fujii(at)gmail(dot)com> writes:
> On Fri, May 22, 2015 at 8:59 PM, Fabrzio de Royes Mello
> <fabriziomello(at)gmail(dot)com> wrote:
>> There are some reason to "-i, --ignore-version" option doesn't appear in
>> pg_dump help?
> Because it's obsolete option, I think.
Yeah, see commit c22ed3d523782c43836c163c16fa5a7bb3912826.
Considering we shipped that in 8.4, maybe it's time to remove all
trace of those switches. We'd still have to wait a couple releases
before it'd be safe to use -i for something else, but it'd be a start.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Uriy Zhuravlev | 2015-05-22 14:02:44 | Re: WIP: Enhanced ALTER OPERATOR |
Previous Message | Fujii Masao | 2015-05-22 12:43:56 | Re: Add some spaces to "ALTER TABLE" doc |