class ActiveRecord::Tasks::PostgreSQLDatabaseTasks

def encoding

def encoding
  configuration_hash[:encoding] || DEFAULT_ENCODING
end