Re: [HACKERS] can't create database

2003-04-03 Thread Tom Lane
"John Liu" <[EMAIL PROTECTED]> writes: > I already set the 2nd port for the new > installation, otherwise, postmaster will not > start up ... But your client-side programs are still talking to the port where the old postmaster is. You could set PGPORT in their environment to fix that. What I fin

Re: [HACKERS] can't create database

2003-04-03 Thread John Liu
I already set the 2nd port for the new installation, otherwise, postmaster will not start up ... johnl > -Original Message- > From: Christoph Haller [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 11:05 AM > To: John Liu > Cc: [EMAIL PROTECTED] > Subject: R

Re: [HACKERS] can't create database

2003-04-03 Thread Christoph Haller
> > on one of the AIX4.3.3, > the 7.1.3 pgsql is installed by root on the system, > then I tried to install > 7.3.1/or 7.3.2 under another non-root user, > I can run make, make check, make install, > postmaster can start without errors, but when > I try to createdb, here're some errors - > > cr