About debug two versions of postgresql in eclipse

Started by Pei Heover 15 years ago3 messages
#1Pei He
hepeimail@gmail.com

Hi,
I want to run two different versions of postgresql-8.2.5 under eclipse.

But, it requires me to change PGDATA and LD_LIBRARY_PATH to switch.

Moreover, to let eclipse know the changes, I need to modify .profile
under my home folder, and log out and log in. (I am using Ubuntu.)

Is there a way that I can debug two versions of postgresql without
closing eclipse?

Thanks
--
Pei

#2Nicolas Barbier
nicolas.barbier@gmail.com
In reply to: Pei He (#1)
Re: About debug two versions of postgresql in eclipse

2010/8/24 Pei He <hepeimail@gmail.com>:

I want to run two different versions of postgresql-8.2.5 under eclipse.

But, it requires me to change PGDATA and LD_LIBRARY_PATH to switch.

Moreover, to let eclipse know the changes, I need to modify .profile
under my home folder, and log out and log in. (I am using Ubuntu.)

Is there a way that I can debug two versions of postgresql without
closing eclipse?

In the each run configuration, in the "Environment" tab, add those
environment variables, and given them values that correspond to the PG
version that corresponds to that run configuration.

Nicolas

#3Pei He
hepeimail@gmail.com
In reply to: Nicolas Barbier (#2)
Re: About debug two versions of postgresql in eclipse

Thanks, Nicolas.
It works.

--
Pei

On Tue, Aug 24, 2010 at 2:38 PM, Nicolas Barbier
<nicolas.barbier@gmail.com> wrote:

Show quoted text

2010/8/24 Pei He <hepeimail@gmail.com>:

I want to run two different versions of postgresql-8.2.5 under eclipse.

But, it requires me to change PGDATA and LD_LIBRARY_PATH to switch.

Moreover, to let eclipse know the changes, I need to modify .profile
under my home folder, and log out and log in. (I am using Ubuntu.)

Is there a way that I can debug two versions of postgresql without
closing eclipse?

In the each run configuration, in the "Environment" tab, add those
environment variables, and given them values that correspond to the PG
version that corresponds to that run configuration.

Nicolas