Method: Sequel::Postgres::CreatePartitionOfTableGenerator#remainder

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

#remainder(v) ⇒ Object

Assumes hash partitioning, sets the remainder for this parition.



213
214
215
# File 'lib/sequel/adapters/shared/postgres.rb', line 213

def remainder(v)
  @remainder = v
end