class Tablature::Adapters::Postgres::MissingRangePartitionBoundsError

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

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/tablature/adapters/postgres/errors.rb, line 35
def initialize
  super('Missing bounds for of range partition')
end