Method: Backup::Database::PostgreSQL#only_tables

Defined in:
lib/backup/database/postgresql.rb

#only_tablesObject

Tables to dump. This in only valid if ‘name` is specified. If none are given, the entire database will be dumped.



34
35
36
# File 'lib/backup/database/postgresql.rb', line 34

def only_tables
  @only_tables
end