aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-19 05:46:21 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-19 05:46:21 +0000
commitb0a86f8c0ed24a53437bcd143069a1ea4cea4fab (patch)
treeba0095ce75e460d020e294afc3d52e5e388715e8 /activerecord/CHANGELOG
parentb006317b442c3eac2c41e975372d460942c48ba2 (diff)
downloadrails-b0a86f8c0ed24a53437bcd143069a1ea4cea4fab.tar.gz
rails-b0a86f8c0ed24a53437bcd143069a1ea4cea4fab.tar.bz2
rails-b0a86f8c0ed24a53437bcd143069a1ea4cea4fab.zip
PostgreSQL: simplify index introspection query. Closes #5819.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4788 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index dbe7d81623..3f24f91ca1 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* PostgreSQL: simplify index introspection query. #5819 [stephen_purcell@yahoo.com]
+
* Add records to has_many :through using <<, push, and concat by creating the association record. Raise if base or associate are new records since both ids are required to create the association. #build raises since you can't associate an unsaved record. #create! takes an attributes hash and creates the associated record and its association in a transaction. [Jeremy Kemper]
# Create a tagging to associate the post and tag.