aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-10-09 03:13:06 +0000
committerRick Olson <technoweenie@gmail.com>2006-10-09 03:13:06 +0000
commit4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1 (patch)
treed9d1665eff659f6c43699790eedb60a0a7cbe8f1 /activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
parentc98b471ca46bb21491649d8ca56052e14a0d1bd7 (diff)
downloadrails-4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1.tar.gz
rails-4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1.tar.bz2
rails-4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1.zip
learn to clean up after myself
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5266 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb')
-rw-r--r--activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
index aa2a6ca71b..a2eaac549e 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
@@ -111,10 +111,6 @@ module ActiveRecord
63
end
- def requires_order_columns_in_distinct_clause? # :nodoc:
- true
- end
-
# QUOTING ==================================================
def quote(value, column = nil)