Re: [ADMIN] Regarding postgres 9.1 with Redhat Linux

2011-12-18 Thread Myint
DMIN] Regarding postgres 9.1 with Redhat Linux On Fri, Dec 2, 2011 at 2:16 AM, Myint wrote: > Dear admin, > > > >    We have installed postgres 9.1 rpm package to red hat > Linux  2.6.18- x86_64 x86_64 x86_64 GNU/Linux. After we setup and install > database we can

Re: [ADMIN] Regarding postgres 9.1 with Redhat Linux

2011-12-02 Thread Tank.zhang
int"; Cc: "pgsql-admin"; Subject: Re: [ADMIN] Regarding postgres 9.1 with Redhat Linux On Fri, Dec 2, 2011 at 2:16 AM, Myint wrote: > Dear admin, > > > > We have installed postgres 9.1 rpm package to red hat > Linux 2.6.18- x86_64 x86_64 x86_64 GNU/

Re: [ADMIN] Regarding postgres 9.1 with Redhat Linux

2011-12-02 Thread Scott Marlowe
On Fri, Dec 2, 2011 at 2:16 AM, Myint wrote: > Dear admin, > > > >    We have installed postgres 9.1 rpm package to red hat > Linux  2.6.18- x86_64 x86_64 x86_64 GNU/Linux. After we setup and install > database we can create data folder on /app/postgres/oe. But when we try to > sta

Re: [ADMIN] Regarding postgres 9.1 with Redhat Linux

2011-12-02 Thread Kevin Grittner
"Myint" wrote: > LOG: could not bind IPv4 socket: Address already in use I suspect that the rpm set up a cluster at a default location, configured it to start automatically, and started it. You've created another cluster offering a connection on the same port. You need to just use the defau

[ADMIN] Regarding postgres 9.1 with Redhat Linux

2011-12-02 Thread Myint
Dear admin, We have installed postgres 9.1 rpm package to red hat Linux 2.6.18- x86_64 x86_64 x86_64 GNU/Linux. After we setup and install database we can create data folder on /app/postgres/oe. But when we try to start up the database as ./pg_ctl -D /app/postgres/oe start