[Pgcluster-general] pglb does not inform in case of wrong db name
Filip Rembiałkowski
plk.zuber at gmail.com
Thu Feb 21 21:25:40 UTC 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://pgfoundry.org/pipermail/pgcluster-general/attachments/20080221/34b96588/attachment.html
More information about the Pgcluster-general
mailing list