Re: Massive delete from a live production DB

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Massive delete from a live production DB
Дата
Msg-id 4DCC3C51.70309@fuzzy.cz
обсуждение исходный текст
Ответ на Re: Massive delete from a live production DB  (Phoenix Kiula <phoenix.kiula@gmail.com>)
Список pgsql-general
Dne 12.5.2011 17:37, Phoenix Kiula napsal(a):
> [mydomain] src > cd pg_reorg-1.1.5
>
> [mydomain] pg_reorg-1.1.5 > gmake
> Makefile:13: ../../src/Makefile.global: No such file or directory
> gmake: *** No rule to make target `../../src/Makefile.global'.  Stop.
>
> [mydomain] pg_reorg-1.1.5 >
>
>
> What am I missing?

Do you have a source or just a binary package? To compile such contrib
package you need a properly configured source tree.

If you do have the sources already available, you need to run configure
(because that's what produces the src/Makefile.global). And then build
the contrib module again.

If you don't have the sources, you can download the distribution at
postgresql.org. But maybe there's a src package for your distro.

> PS. If pg_reorg is such a useful contribution, why can't it be
> included with PG? Seems like a very useful tool anyway! No?

There's a lot of packages that might be included into the default
install, but that'd put a lot of responsibilities to maintain them.

regards
Tomas

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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: How to handle bogus nulls from ActiveRecord
Следующее
От: "David Johnston"
Дата:
Сообщение: Re: insert order question