# File lib/sequel/adapters/shared/postgres.rb, line 79 def primary_key(table) :id end
# File lib/sequel/adapters/shared/postgres.rb, line 75 def bound_variable_arg(arg, conn) arg end
# File lib/sequel/adapters/shared/postgres.rb, line 79 def primary_key(table) :id end