From 4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 9 Oct 2006 03:13:06 +0000 Subject: [PATCH] learn to clean up after myself git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5266 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../active_record/connection_adapters/postgresql_adapter.rb | 4 ---- 1 file changed, 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 @@ def table_alias_length 63 end - def requires_order_columns_in_distinct_clause? # :nodoc: - true - end - # QUOTING ================================================== def quote(value, column = nil) -- GitLab