# File lib/backup/database/postgresql.rb, line 79
      def pgdump
        "#{password_options}" +
        "#{ pg_dump_utility } #{ username_options } #{ connectivity_options } " +
        "#{ user_options } #{ tables_to_dump } #{ tables_to_skip } #{ name }"
      end