Exception: Tablature::Adapters::Postgres::MissingRangePartitionBoundsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tablature/adapters/postgres/errors.rb

Overview

Raised when trying to create a range partition without specifying the range of the partition key.

Instance Method Summary collapse

Constructor Details

#initializeMissingRangePartitionBoundsError

Returns a new instance of MissingRangePartitionBoundsError.



35
36
37
# File 'lib/tablature/adapters/postgres/errors.rb', line 35

def initialize
  super('Missing bounds for of range partition')
end