82 83 84
# File 'lib/sequel/adapters/shared/postgres.rb', line 82 def bound_variable_arg(arg, conn) arg end
86 87 88
# File 'lib/sequel/adapters/shared/postgres.rb', line 86 def primary_key(table) :id end