Hi, From: Addison Pan <[EMAIL PROTECTED]> Subject: Re: [Pgpool-general] problem with installation and testing Date: Sun, 23 Mar 2008 21:59:53 -0700 (PDT)
> actually I didn't, that would explain it, now I just have to figure > out how to do that, thanks. Will research on how to do this. If > you have info on this I'd appreciate it too Could you do the following operation? 1. Execute initdb three times. % initdb -D /data/5432 % initdb -D /data/5433 % initdb -D /data/5434 2. Edit "port" parameter in postgresql.conf to change port number. % vi /data/5433/postgresql.conf ... % vi /data/5434/postgresql.conf ... 3. Start three postgres processes. % pg_ctl -D /data/5432 start % pg_ctl -D /data/5433 start % pg_ctl -D /data/5434 start 4. Start pgpool. % pgpool ... Regards, -- Yoshiyuki Asaba [EMAIL PROTECTED] _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
