Re: Compiling to RPM setup/filesystem layout

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Compiling to RPM setup/filesystem layout
Date: 2001-05-31 21:15:26
Message-ID: 00e401c0ea16$dcd06980$50824e40@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-ports

> > 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2001-05-31 21:20:36 Re: Compiling to RPM setup/filesystem layout
Previous Message Steve Wolfe 2001-05-31 21:13:12 Re: Compiling to RPM setup/filesystem layout

Browse pgsql-ports by date

  From Date Subject
Next Message Lamar Owen 2001-05-31 21:20:36 Re: Compiling to RPM setup/filesystem layout
Previous Message Steve Wolfe 2001-05-31 21:13:12 Re: Compiling to RPM setup/filesystem layout