Re: Compiling to RPM setup/filesystem layout - Mailing list pgsql-general

From Steve Wolfe
Subject Re: Compiling to RPM setup/filesystem layout
Date
Msg-id 00e401c0ea16$dcd06980$50824e40@iboats.com
Whole thread Raw
In response to Re: Compiling to RPM setup/filesystem layout  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
> > Unfortunately, I can't just "compile" since I need to be able to
replace my
> > current 7.0.3 installation, installed via RPMs. How do I go about this
so I
> > don't mess everything up (leftover files and such, in addition to the
> > mandatory pg_dump) ?
>
> Install the "compiled" version somewhere else and run them in parallel.
> Once you're finished doing the data conversion, remove the RPM version.

  If you do that, either fully qualify your calls to psql and other
utilities, or create aliases for them.  Otherwise, the RPM'd versions with
binaries in /usr/bin can be called instead of the binaries you really
want, and there are circumstances where that will cause problems, even
though the developpers have done a wonderful job of making sure that
things will work as well as can be expected with mis-matched versions. : )

steve



pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Postgres docs in .chm format --- is this possible?
Next
From: Ken Causey
Date:
Subject: Re: PostgreSQL security concerns