aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth.h.rees@gmail.com>2015-06-29 15:44:00 +0100
committerGareth Rees <gareth.h.rees@gmail.com>2015-06-29 15:44:00 +0100
commita5b90d530d2501c4cc12bea2c21694645b30f3db (patch)
tree6e19f3467116a4e9b908b317dec17f80fb6c2acc
parentf80ce88be644c9e1f5ef7d506d832c875590df4b (diff)
Remove postgres 8.4 commentgarethrees-patch-1
Debian Wheezy and Ubuntu Precise supply postgres 9.1, so 8.4 is not our default.
-rw-r--r--config/database.yml-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/database.yml-example b/config/database.yml-example
index 126e5a264..e9103b7fa 100644
--- a/config/database.yml-example
+++ b/config/database.yml-example
@@ -8,7 +8,7 @@ development:
username: <username>
password: <password>
host: localhost
- port: 5432 # PostgreSQL 8.1 pretty please
+ port: 5432
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.