Merge pull request #13303 from dvsuresh/typo_postgresqlyml

Correct comment in databases/postgresql.yml [ci skip]
This commit is contained in:
Arun Agrawal 2013-12-12 22:00:50 -08:00
commit 9b8f7e0303

@ -17,7 +17,7 @@
default: &default
adapter: postgresql
encoding: unicode
# For details on connection pooling, see rails configration guide
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: 5
username: <%= app_name %>