same setup as described here
setup
http://pgfoundry.org/pipermail/pgcluster-general/2008-February/001828.html
I connect to load balancer with vanilla 8.3.0 psql.
This works:
$ /usr/local/pgsql/bin/psql -h lb_3 -p 5433 -U pgcluster template1
These 2 tests fails with wrong error message
$ /usr/local/pgsql/bin/psql -h lb_3 -p 5433 -U nosuchuser template1
psql: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
$ /usr/local/pgsql/bin/psql -h lb_3 -p 5433 -U pgcluster nosuchdb
psql: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
I would expect something like this:
psql: FATAL: role "nonexistent" does not exist
Of course I realize this is a minor bug.
BTW, is pgfoundry still good place to report bugs?
--
Filip Rembiałkowski
_______________________________________________
Pgcluster-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgcluster-general