Adds an exclusion constraint to an existing table, see CreateTableGenerator#exclude.
# File lib/sequel/adapters/shared/postgres.rb, line 74 def add_exclusion_constraint(elements, opts={}) @operations << {:op => :add_constraint, :type => :exclude, :elements => elements}.merge(opts) end
Generated with the Darkfish Rdoc Generator 2.