Re: Changing from rpm to Compiled version

Richard Huxton <dev@archonet.com>

From: "Richard Huxton" <dev@archonet.com>
To: "Joseph" <lters@mrtc.com>, <pgsql-general@postgresql.org>
Date: 2001-03-22T14:01:45Z
Lists: pgsql-general
From: "Joseph" <lters@mrtc.com>

> What all must I do to change from the rpm installed version to the
> compilable version?
>
> Do I need to uninstall the rpms?

In theory, you could probably run both, but it's probably easier to pg_dump
your databases, uninstall the rpms and compile the source.

Compiling the source is straightforward enough, just make sure you've read
the docs first.

- Richard Huxton