Method: Sequel::Postgres::CreatePartitionOfTableGenerator#from

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

#from(*v) ⇒ Object

Assumes range partitioning, sets the inclusive minimum value of the range for this partition.

[View source]

174
175
176
# File 'lib/sequel/adapters/shared/postgres.rb', line 174

def from(*v)
  @from = v
end