Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 7:05 PM, Atri Sharma wrote: > On Fri, Jun 29, 2012 at 7:01 PM, Merlin Moncure wrote: >> On Fri, Jun 29, 2012 at 6:57 AM, Atri Sharma wrote: >>> On Fri, Jun 29, 2012 at 5:12 PM, Albe Laurenz >>> wrote: Atri Sharma wrote: > I am running PostgreSQL 9.1 currently a

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 7:01 PM, Merlin Moncure wrote: > On Fri, Jun 29, 2012 at 6:57 AM, Atri Sharma wrote: >> On Fri, Jun 29, 2012 at 5:12 PM, Albe Laurenz >> wrote: >>> Atri Sharma wrote: I am running PostgreSQL 9.1 currently and I want to run 9.2beta2 simultaneously with it.Is it

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Merlin Moncure
On Fri, Jun 29, 2012 at 6:57 AM, Atri Sharma wrote: > On Fri, Jun 29, 2012 at 5:12 PM, Albe Laurenz wrote: >> Atri Sharma wrote: >>> I am running PostgreSQL 9.1 currently and I want to run 9.2beta2 >>> simultaneously with it.Is it possible? >>> >>> I downloaded the 9.2beta2 sources,untared them a

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 5:12 PM, Albe Laurenz wrote: > Atri Sharma wrote: >> I am running PostgreSQL 9.1 currently and I want to run 9.2beta2 >> simultaneously with it.Is it possible? >> >> I downloaded the 9.2beta2 sources,untared them and ran >> ./configure,make and make install without uninstal

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Albe Laurenz
Atri Sharma wrote: > I am running PostgreSQL 9.1 currently and I want to run 9.2beta2 > simultaneously with it.Is it possible? > > I downloaded the 9.2beta2 sources,untared them and ran > ./configure,make and make install without uninstalling 9.1. > > Now,when I am running pg_ctl start,I am getti

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 4:21 PM, Atri Sharma wrote: > On Fri, Jun 29, 2012 at 4:20 PM, raghu ram wrote: >>> Thanks Raghu. >>> >>> BTW,could you solve my other(makefile) issue please? >>> >>> Atri >>> >>> >> Sorry about Makefile issue, someone would have better solution on it.. >> >> -Raghu Ram >>

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 4:20 PM, raghu ram wrote: >> Thanks Raghu. >> >> BTW,could you solve my other(makefile) issue please? >> >> Atri >> >> > Sorry about Makefile issue, someone would have better solution on it.. > > -Raghu Ram > > > No problem,thanks a lot for your help! Atri -- Regards,

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread raghu ram
> > Thanks Raghu. > > BTW,could you solve my other(makefile) issue please? > > Atri > > > Sorry about Makefile issue, someone would have better solution on it.. -Raghu Ram

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 3:36 PM, raghu ram wrote: >> >> Hi John, >> >> What values should I be setting in PGDATA and PGPORT? >> > > Below URL provides more information on this: > > http://www.postgresql.org/docs/9.1/static/libpq-envars.html > > -- > > Thanks & Regards, > > Raghu Ram > > > Thanks R

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread raghu ram
> > > Hi John, > > What values should I be setting in PGDATA and PGPORT? > > Below URL provides more information on this: http://www.postgresql.org/docs/9.1/static/libpq-envars.html -- Thanks & Regards, Raghu Ram

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 3:14 PM, Atri Sharma wrote: > On Fri, Jun 29, 2012 at 2:37 PM, John R Pierce wrote: >> On 06/29/12 1:43 AM, raghu ram wrote: >>> >>> >>> and then you can build both from scratch and install them independently >> >> >> >> in case noone has made this clear, use different --p

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 2:37 PM, John R Pierce wrote: > On 06/29/12 1:43 AM, raghu ram wrote: >> >> >> and then you can build both from scratch and install them independently > > > > in case noone has made this clear, use different --prefix= paths on the > ./configure line, and when you're running

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread John R Pierce
On 06/29/12 1:43 AM, raghu ram wrote: and then you can build both from scratch and install them independently in case noone has made this clear, use different --prefix= paths on the ./configure line, and when you're running initdb and starting the database server, specify different $PGPORT

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread raghu ram
Hi Raghu, > > Thanks for your reply. > > I ran make install in my 9.1 directory again,and this time,the server > started but is giving errors in running the code which was running > earlier.Could you tell me a way in which I could remove both 9.1 and > 9.2beta2 and build both from scratch and insta

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
On Fri, Jun 29, 2012 at 2:02 PM, raghu ram wrote: > > > On Fri, Jun 29, 2012 at 1:47 PM, Atri Sharma wrote: >> >> Hi, >> >> I am running PostgreSQL 9.1 currently and I want to run 9.2beta2 >> simultaneously with it.Is it possible? >> > > Yes, You can haveĀ multipleĀ  PostgreSQL versions on same hos

Re: [GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread raghu ram
On Fri, Jun 29, 2012 at 1:47 PM, Atri Sharma wrote: > Hi, > > I am running PostgreSQL 9.1 currently and I want to run 9.2beta2 > simultaneously with it.Is it possible? > > Yes, You can have multiple PostgreSQL versions on same host. I downloaded the 9.2beta2 sources,untared them and ran > ./con

[GENERAL] Regarding parallel running of 9.1 and 9.2beta2

2012-06-29 Thread Atri Sharma
Hi, I am running PostgreSQL 9.1 currently and I want to run 9.2beta2 simultaneously with it.Is it possible? I downloaded the 9.2beta2 sources,untared them and ran ./configure,make and make install without uninstalling 9.1. Now,when I am running pg_ctl start,I am getting the following error: pg