From: | Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk> |
---|---|
To: | "pgsql-general (at) postgresql (dot) org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Pgsql 7.3.3 on redhat 7.2 |
Date: | 2003-10-24 09:09:05 |
Message-ID: | 20031024100905.A14530@bacon |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 22/10/2003 14:36 frbn wrote:
> hi,
> it seems you use the /usr/bin/pg_dumpall featured by the redhat default
> install
>
> verify this with "which pg_dumpall"
> (rpm -ql postgresql to see all the files of this package)
>
> you upgraded from sources didn't you ?
>
> your fresh new install has the default prefix /usr/local (redhat uses
> /usr)
>
> 2 ways : recompile/install with ./configure --prefix=/usr ...
> or remove completely the redhat postgresql package (rpm -e postgresql)
I've found the easiest way to over-write a RPM installed version with one
one compiled from source is to use pg_config --configure to get all the
original options which the RMP version was built with. I then supply these
options to the configure script. This way, I know that the new version
will over-write the old version.
HTH
--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+
From | Date | Subject | |
---|---|---|---|
Next Message | Cláudia Morgado | 2003-10-24 10:26:38 | Re: Hierarchical query's |
Previous Message | Ron Johnson | 2003-10-24 08:51:29 | Re: SCSI vs. IDE performance test |