Re: Deploy postgres - upgrade strategy

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Deploy postgres - upgrade strategy
Дата
Msg-id dcc563d10712191224xbc53afbj6173e019d02fe54d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Deploy postgres - upgrade strategy  ("Sean Z." <sean09182006@yahoo.com>)
Список pgsql-general
On Dec 19, 2007 1:55 PM, Sean Z. <sean09182006@yahoo.com> wrote:
>
> Yes, "bolted together" application is something I am thinking about.  It
> will satisfied my application's requirement and it won't affect existing
> applications.
>
> So is it possible to install my postgres server (say 8.2.4) regardless of
> whether there is a postgres server of any version existing on the same
> windows box?

Yes it is.  Take a look at hyperic, they do that.  Note that if you
are gonna include a version of postgresql with your application, you
should make it an option, as sometimes folks would rather use their
one big pgsql server for such things than having yet another odd copy
running around.  Hyperic makes it very easy to switch from using their
pgsql to your own.  They install their copy on port 9432 instead of
5432, and all you have to do it edit the jdbc connect line to point at
your own pg server and create a db and user to match hyperic's and
you're done.

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Rich LIKE inheritance
Следующее
От: GMail
Дата:
Сообщение: INDEX on a composite type