aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 73f9212371..84fffb3d17 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -16,7 +16,7 @@
*Brian Cardarella*
-* Add `collate` and `ctype` support to PostgreSQL. These are available for PostgreSQL 8.4 or later.
+* Add `collation` and `ctype` support to PostgreSQL. These are available for PostgreSQL 8.4 or later.
Example:
development:
@@ -26,7 +26,7 @@
username: foo
password: bar
encoding: UTF8
- collate: ja_JP.UTF8
+ collation: ja_JP.UTF8
ctype: ja_JP.UTF8
*kennyj*