Re: [HACKERS] version mismatch message

2003-07-31 Thread Peter Eisentraut
Tom Lane writes: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Nonetheless, I think a pg_dump 7.3.2 dumping a 7.3.3 database should not > > raise a version mismatch message at all. > > I'm unconvinced; at best, you are assuming zero bugs. Yes. The version mismatch message wasn't created bec

Re: [HACKERS] version mismatch message

2003-07-31 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Nonetheless, I think a pg_dump 7.3.2 dumping a 7.3.3 database should not > raise a version mismatch message at all. I'm unconvinced; at best, you are assuming zero bugs. I think the warning message is reasonable as it stands, and that what Chris ough

Re: [HACKERS] version mismatch message

2003-07-31 Thread Peter Eisentraut
Christopher Kings-Lynne writes: > I get this in my logs from our backups. I ahve explicitly put -i in > pg_dumpall. How about we totally suppress this message if -i is supplied, > because obviously the person knows perfectly well it's proceeding despite > version mismatch? I think if we did tha