class ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool
def dealloc(key)
def dealloc(key) @connection.query "DEALLOCATE #{key}" if connection_active? rescue PG::Error end
def dealloc(key) @connection.query "DEALLOCATE #{key}" if connection_active? rescue PG::Error end