Method: Sequel::Postgres::CreatePartitionOfTableGenerator#to

Defined in:
lib/sequel/adapters/shared/postgres.rb

#to(*v) ⇒ Object

Assumes range partitioning, sets the exclusive maximum value of the range for this partition.



198
199
200
# File 'lib/sequel/adapters/shared/postgres.rb', line 198

def to(*v)
  @to = v
end