development: adapter: postgresql encoding: unicode database: autocash_rails3_pg_deferred_constraints_development pool: 5 username: postgres password: secret host: localhost test: adapter: postgresql encoding: unicode database: autocash_rails3_pg_deferred_constraints_test pool: 5 username: postgres password: secret host: localhost production: adapter: postgresql encoding: unicode database: autocash_rails3_pg_deferred_constraints_production pool: 5 username: postgres password: secret host: localhost