native_postgresql/connection.rb

Hi, Is there a reason why connection.rb for the native PostgreSQL tests don't have a username/pwd declared in the configuration hash? Most of the other db test configs do (eg, mysql).

Just curious as to why.

It relies on trust authentication on localhost:

jeremy