Amy Smith wrote:
> I have installed a v8.4 and first port using localhost is ok. but the
> second one using different port will get error when connect using IP
> address.
> Is that only one port is allowed for one server ?
> please help - need expert's advice.
you can run different instances of postgresql on different ports as long
as their $PGDATA directories are different.
is this second server configured to LISTEN_ADDRESSES='*' ?