Re: [GENERAL] 2 versions of Postgres on the same machine

2009-08-18 Thread Sachin Srivastava
On 08/18/2009 10:34 PM, Devrim GÜNDÜZ wrote: On Tue, 2009-08-18 at 02:16 -0700, wstrzalka wrote: Is there any clever way to install parallel version of PG using yum or other way (without compilation please :D ) There is no way to do it with RPMS :( Install one of the versions usi

Re: [GENERAL] 2 versions of Postgres on the same machine

2009-08-18 Thread Devrim GÜNDÜZ
On Tue, 2009-08-18 at 02:16 -0700, wstrzalka wrote: >Is there any clever way to install parallel version of PG using yum > or other way (without compilation please :D ) There is no way to do it with RPMS :( Install one of the versions using yum, and compile the other please. -- Devrim GÜNDÜZ,

Re: [GENERAL] 2 versions of Postgres on the same machine

2009-08-18 Thread Sam Mason
On Tue, Aug 18, 2009 at 02:16:20AM -0700, wstrzalka wrote: >I need to have 8.3 & 8.4 installed on the same machine (for > pg_migrator). As I'm not Linux guru I used to install/update Postgres > using yum from PGDG. If you could use Debian or something based on it (e.g. Ubuntu) then this is how

Re: [GENERAL] 2 versions of Postgres on the same machine

2009-08-18 Thread John R Pierce
wstrzalka wrote: Hi This is probably more like linux question but strictly related to PG so I hope somebody can help me. I need to have 8.3 & 8.4 installed on the same machine (for pg_migrator). As I'm not Linux guru I used to install/update Postgres using yum from PGDG. Is there any

[GENERAL] 2 versions of Postgres on the same machine

2009-08-18 Thread wstrzalka
Hi This is probably more like linux question but strictly related to PG so I hope somebody can help me. I need to have 8.3 & 8.4 installed on the same machine (for pg_migrator). As I'm not Linux guru I used to install/update Postgres using yum from PGDG. Is there any clever way to insta