31 32 33
# File 'lib/sequel/adapters/shared/postgres.rb', line 31 def bound_variable_arg(arg, conn) arg end
35 36 37
# File 'lib/sequel/adapters/shared/postgres.rb', line 35 def primary_key(table) :id end