Method: Avm::Postgresql::Instance#dump_gzip_command

Defined in:
lib/avm/postgresql/instance.rb

#dump_gzip_commandObject



22
23
24
# File 'lib/avm/postgresql/instance.rb', line 22

def dump_gzip_command
  dump_command.append(['@ESC_|', 'gzip', '-9', '-c'])
end