# File tests/tc_postgres.rb, line 5 def setup PGconn.translate_results = true @conn = PGconn.new('dbname' => 'template1') end