I'm following the example configuration at
http://www.pgcluster.org/wiki/Example
, and it doesn't look complete. After setting up the configuration
documented there, and starting postgres, pgpl, and pgreplicate, what's
next?
I assume that this setting:
<Receive_Port> 5433 </Receive_Port>
tells pglb on what port to listen. When I connect to it, like this:
psql -h cluster_1 -p 5433 -U postgres postgres
I get:
psql: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
Did I do something wrong? Is there a more detailed FAQ than
<http://www.pgcluster.org/wiki/FAQ
>?
_______________________________________________
Pgcluster-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgcluster-general