Re: DB upgrade

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: DB upgrade
Дата
Msg-id 200710091705.05141.dfontaine@hi-media.com
обсуждение исходный текст
Ответ на Re: DB upgrade  (Andrew Kelly <akelly@corisweb.org>)
Список pgsql-general
Le mardi 09 octobre 2007, Andrew Kelly a écrit :
> On Tue, 2007-10-09 at 13:58 +0200, Peter Eisentraut wrote:
> Where can I read what that means in the great scheme of things?
> Are you saying that Deb is markedly different from other packages (.rpm)
> or that any packaged version of PG is different from the recommended
> source install?

man pg_wrapper

debian provides this script for you to easily connect to whichever PostgreSQL
installation (different version, different clusters) with the same tool and
without manually messing with PATHs etc.
  psql --cluster 8.2/main ...
  pg_dump --cluster 8.2/main -V
  pg_lsclusters

> Then, after a 2 hour meeting and getting back to answering this mail, I
> kicked my Debian boxes around an bit and found the actual binaries. So,
> I think I'm settled now.

dpkg -L <package> will give you the exact list of installed files.

Hope this helps, regards,
--
dim

Вложения

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

Предыдущее
От: Andrew Kelly
Дата:
Сообщение: Re: DB upgrade
Следующее
От: Sam Mason
Дата:
Сообщение: disjoint union types