# File lib/rubyrep/replication_extenders/postgresql_replication.rb, line 117
      def drop_replication_trigger(trigger_name, table_name)
        execute "DROP TRIGGER \"#{trigger_name}\" ON \"#{table_name}\";"
        execute "DROP FUNCTION \"#{trigger_name}\"();"
      end