Re: executables when upgrading

Поиск
Список
Период
Сортировка
От Jay O'Connor
Тема Re: executables when upgrading
Дата
Msg-id 20030513192108.A1258@altaica
обсуждение исходный текст
Ответ на executables when upgrading  ("Jay O'Connor" <joconnor@cybermesa.com>)
Список pgsql-general
On 2003.05.13 14:58 Jay O'Connor wrote:
> I have some servers to install postgres on.  They already have 7.1 on
> them
> and I'm installing 7.3.2.  The install for 7.1 put everything in
> /usr/bin/,
> but the install for 7.3.2 puts everything in /usr/local/pgsql/bin.
> Anyway
> to make the install put the binaries in /usr/bin/? Otherwise I just have
> ascript that removes the binaries from /usr/bin/ and replaces them with
> symlinks to the files in /usr/local/pgsql/bin

./configure --bindir=/usr/bin

ended up being the solution I needed

Take care,
Jay

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

Предыдущее
От: "Madhavi Daroor"
Дата:
Сообщение: Schedule Jobs in Postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Serialization, Locking...implement processing Queue with a table