Re: pg_dump and minor versions

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pg_dump and minor versions
Дата
Msg-id 20070629133219.GE21332@svr2.hagander.net
обсуждение исходный текст
Ответ на pg_dump and minor versions  (Bernd Helmle <mailings@oopsware.de>)
Ответы Re: pg_dump and minor versions  (Bernd Helmle <mailings@oopsware.de>)
Re: pg_dump and minor versions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Jun 29, 2007 at 03:09:30PM +0200, Bernd Helmle wrote:
> Short question:
> 
> While playing around with various postgresql installations i recognized 
> that pg_dump complaints even within major-releases about different 
> minor-numbers, such as:
> 
> pg_dump: server version: 8.2.4; pg_dump version: 8.2.0
> 
> I thought we are safe against pg_dump changes within a minor release, or 
> i'm wrong?

Unless there are fixes *in* pg_dump. You should always try to use the
latest minor version for both server and client tools, since they contain
important bugfixes in general. That said, it will mosto ften work fine with
an older minor version one.

//Magnus



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bernd Helmle
Дата:
Сообщение: pg_dump and minor versions
Следующее
От: Michael Enke
Дата:
Сообщение: Re: self defined data type "with limit"?