View Single Post

   
  #3 (permalink)  
Old 04-15-2008, 10:52 PM
Tom Lane
 
Posts: n/a
Default Re: Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option.

I wrote:
> Silent allow is fine with me, I was just wondering if anyone liked
> the other options better.


Okay, I'm back on the warpath about this after noting yet another user
who thinks he should use -i mindlessly:
http://archives.postgresql.org/pgsql...4/msg00111.php

I believe the consensus was

* pg_dump and pg_restore should continue to accept -i/--ignore-version
options, to avoid needlessly breaking existing scripts, but these
switches will become no-ops; the version check will occur anyway.

* pg_dump should be fixed to allow server minor version greater than its
own, but not server major version.

Last chance for objections...

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply With Quote