Class Heroku::Command::Pg
In: lib/heroku/commands/pg.rb
Parent: BaseWithApp

Methods

Included Modules

PgUtils

Constants

KB = 1024 unless self.const_defined?(:KB)
MB = 1024 * KB unless self.const_defined?(:MB)
GB = 1024 * MB unless self.const_defined?(:GB)

Public Class methods

Public Instance methods

TODO: this should check that no heroku database is pre-running

Protected Instance methods

[Validate]